Skip to content

Commit

Permalink
Merge branch '4.4' into 5.2
Browse files Browse the repository at this point in the history
* 4.4:
  CS fixes
  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
  • Loading branch information
nicolas-grekas committed Jun 30, 2021
2 parents 9f8fa61 + 8e3c2dd commit 605aaaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Exception/ParseException.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ class ParseException extends RuntimeException
private $rawMessage;

/**
* @param string $message The error message
* @param int $parsedLine The line where the error occurred
* @param string|null $snippet The snippet of code near the problem
* @param string|null $parsedFile The file name where the error occurred
* @param string $message The error message
* @param int $parsedLine The line where the error occurred
* @param string|null $snippet The snippet of code near the problem
* @param string|null $parsedFile The file name where the error occurred
*/
public function __construct(string $message, int $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null)
{
Expand Down

0 comments on commit 605aaaa

Please sign in to comment.