Skip to content

Commit

Permalink
Fix PHP 8.4 deprecations (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 authored Nov 22, 2024
1 parent aeaa271 commit 1b5dfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

error_reporting(E_ALL | E_STRICT);
error_reporting(E_ALL);
date_default_timezone_set('Europe/London');

$loader = require(dirname(__DIR__) . '/vendor/autoload.php');
Expand Down

0 comments on commit 1b5dfcb

Please sign in to comment.