Skip to content

Commit

Permalink
Fixes from PHPStan level 2
Browse files Browse the repository at this point in the history
  • Loading branch information
carusogabriel committed Jan 14, 2018
1 parent f752544 commit 55ca224
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Exceptions/LoaderException.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ class LoaderException extends \Exception
* Constructor.
*
* @param string $msg the message of this exception
* @param string $ch the character that produced this exception
* @param int $pos the position of the character
* @param string $name the character that produced this exception
* @param int $code the code of this error
* @param mixed $name
*/
public function __construct($msg = '', $name = '', $code = 0)
{
Expand Down

0 comments on commit 55ca224

Please sign in to comment.