Skip to content

Commit 3a58a30

Browse files
committed
Removed E_STRICT
1 parent c9a62ff commit 3a58a30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"email": "anshu.krishna5@gmail.com"
1010
}
1111
],
12-
"version": "11.5.3",
12+
"version": "11.5.4",
1313
"minimum-stability": "stable",
1414
"require": {
1515
"php": ">=8.1",

src/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static function init(?string $func_base_path = null) :void {
6060
'msg' => $errstr,
6161
'trace' => debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)
6262
], StatusType::DEV_ERR);
63-
}, E_ALL | E_STRICT);
63+
}, E_ALL);
6464
register_shutdown_function(function () {
6565
if(!self::$direct_exit) {
6666
if(($error = error_get_last()) !== null) {

0 commit comments

Comments
 (0)