Skip to content

Commit 1674652

Browse files
Merge branch '5.2' into 5.3
* 5.2: CS fix CS fix CS fixes Bump Symfony version to 5.2.12 Update VERSION for 5.2.11 Update CHANGELOG for 5.2.11 Bump Symfony version to 4.4.27 Update VERSION for 4.4.26 Update CONTRIBUTORS for 4.4.26 Update CHANGELOG for 4.4.26
2 parents 485c83a + 605aaaa commit 1674652

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)