Skip to content

Commit

Permalink
fix: Support PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Nov 29, 2023
1 parent 45f8845 commit f5affc9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

final class Php82HideDeprecationsErrorHandlerTest extends TestCase
{
private int $originalErrorReporting;
/** @var int */
private $originalErrorReporting;

protected function setUp(): void
{
Expand Down

0 comments on commit f5affc9

Please sign in to comment.