There was an error while loading. Please reload this page.
1 parent f752544 commit 55ca224Copy full SHA for 55ca224
src/Exceptions/LoaderException.php
@@ -26,10 +26,8 @@ class LoaderException extends \Exception
26
* Constructor.
27
*
28
* @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
+ * @param string $name the character that produced this exception
31
* @param int $code the code of this error
32
- * @param mixed $name
33
*/
34
public function __construct($msg = '', $name = '', $code = 0)
35
{
0 commit comments