Skip to content

Commit 55ca224

Browse files
committed
Fixes from PHPStan level 2
1 parent f752544 commit 55ca224

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/Exceptions/LoaderException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ class LoaderException extends \Exception
2626
* Constructor.
2727
*
2828
* @param string $msg the message of this exception
29-
* @param string $ch the character that produced this exception
30-
* @param int $pos the position of the character
29+
* @param string $name the character that produced this exception
3130
* @param int $code the code of this error
32-
* @param mixed $name
3331
*/
3432
public function __construct($msg = '', $name = '', $code = 0)
3533
{

0 commit comments

Comments
 (0)