Skip to content

Commit bbffb4d

Browse files
committed
Fixed return type in docblock.
1 parent 0e48492 commit bbffb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FormattedException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ trait FormattedException
5050
* new MyException([$previous,$code], 'There are %d monkeys in the %s', 5, 'tree');
5151
* ```
5252
*
53-
* @return \array[string,int,\Exception|null]
53+
* @return \array[]
5454
*/
5555
public static function formattedConstruct($args)
5656
{

0 commit comments

Comments
 (0)