We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a04eb0 commit 29e6130Copy full SHA for 29e6130
Exception/ParseException.php
@@ -28,7 +28,6 @@ class ParseException extends RuntimeException
28
* @param int $parsedLine The line where the error occurred
29
* @param string|null $snippet The snippet of code near the problem
30
* @param string|null $parsedFile The file name where the error occurred
31
- * @param \Exception|null $previous The previous exception
32
*/
33
public function __construct(string $message, int $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null)
34
{
0 commit comments