Skip to content

Commit 8e3c2dd

Browse files
CS fixes
1 parent e096ef4 commit 8e3c2dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Exception/ParseException.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ class ParseException extends RuntimeException
2424
private $rawMessage;
2525

2626
/**
27-
* @param string $message The error message
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
27+
* @param string $message The error message
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
3131
*/
3232
public function __construct(string $message, int $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null)
3333
{

0 commit comments

Comments
 (0)