diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-01-14 21:39:17 -0200 |
---|---|---|
committer | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-01-14 21:39:17 -0200 |
commit | 55ca224862d827dc9a9fb73c82d28b133e1090b1 (patch) | |
tree | 4e13059f717527790e01ed6cf90e18afef585807 /src/Exceptions | |
parent | f7525449d2b6f53bcc422822afcc683df253ec9a (diff) | |
download | sql-parser-55ca224862d827dc9a9fb73c82d28b133e1090b1.zip sql-parser-55ca224862d827dc9a9fb73c82d28b133e1090b1.tar.gz sql-parser-55ca224862d827dc9a9fb73c82d28b133e1090b1.tar.bz2 |
Fixes from PHPStan level 2
Diffstat (limited to 'src/Exceptions')
-rw-r--r-- | src/Exceptions/LoaderException.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Exceptions/LoaderException.php b/src/Exceptions/LoaderException.php index e3cb283..ce962f0 100644 --- a/src/Exceptions/LoaderException.php +++ b/src/Exceptions/LoaderException.php @@ -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) { |