Skip to content

Commit 7d6ae0c

Browse files
Merge branch '4.4' into 5.2
* 4.4: Switched to non-null defaults in exception constructors [Routing] fix conflict with param named class in attribute [Cache] fix setting items' metadata on commit()
2 parents 338cddc + 29e6130 commit 7d6ae0c

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)