1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Fix PHP 8.4 deprecations (#693)

This commit is contained in:
erikn69 2024-11-22 08:56:48 -05:00 committed by GitHub
parent aeaa271575
commit 1b5dfcb0cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
<?php <?php
error_reporting(E_ALL | E_STRICT); error_reporting(E_ALL);
date_default_timezone_set('Europe/London'); date_default_timezone_set('Europe/London');
$loader = require(dirname(__DIR__) . '/vendor/autoload.php'); $loader = require(dirname(__DIR__) . '/vendor/autoload.php');