Skip to content

Commit 29e6130

Browse files
derrabusnicolas-grekas
authored andcommitted
Switched to non-null defaults in exception constructors
1 parent 0a04eb0 commit 29e6130

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Exception/ParseException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class ParseException extends RuntimeException
2828
* @param int $parsedLine The line where the error occurred
2929
* @param string|null $snippet The snippet of code near the problem
3030
* @param string|null $parsedFile The file name where the error occurred
31-
* @param \Exception|null $previous The previous exception
3231
*/
3332
public function __construct(string $message, int $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null)
3433
{

0 commit comments

Comments
 (0)