Skip to content

Commit

Permalink
Merge pull request #950 from SerafimArts/master
Browse files Browse the repository at this point in the history
Fix PHP 8.4 deprecation notice
  • Loading branch information
goetas authored Aug 9, 2024
2 parents 100725a + 5808914 commit 3b832aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Debug/DataCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct(
$this->reset();
}

public function collect(Request $request, Response $response, \Throwable $exception = null): void
public function collect(Request $request, Response $response, ?\Throwable $exception = null): void
{
}

Expand Down

0 comments on commit 3b832aa

Please sign in to comment.