Skip to content

Commit

Permalink
Merge branch '5.2' into 5.3
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nicolas-grekas committed Jun 30, 2021
2 parents 485c83a + 605aaaa commit 1674652
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 1674652

Please sign in to comment.