Skip to content

Commit ffb8ae2

Browse files
committed
Fixed types in docblock.
1 parent c3d26e2 commit ffb8ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FormattedException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ trait FormattedException
2828
/**
2929
* Returns a list of arguments for \Exception::_construct.
3030
*
31-
* @param \array $args The arguments for __construct.
31+
* @param array $args The arguments for __construct.
3232
*
3333
* Below we give same samples of valid combinations for arguments for __construct.
3434
* ```
@@ -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[]
53+
* @return array
5454
*/
5555
public static function formattedConstruct($args)
5656
{

0 commit comments

Comments
 (0)