summaryrefslogtreecommitdiffstats
path: root/src/Exceptions
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-01-14 21:39:17 -0200
committerGabriel Caruso <carusogabriel34@gmail.com>2018-01-14 21:39:17 -0200
commit55ca224862d827dc9a9fb73c82d28b133e1090b1 (patch)
tree4e13059f717527790e01ed6cf90e18afef585807 /src/Exceptions
parentf7525449d2b6f53bcc422822afcc683df253ec9a (diff)
downloadsql-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.php4
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)
{