Skip to content

Commit 77f0a36

Browse files
committed
Remove error_reporting call. That is a system decision and E_STRICT is deprecated in PHP 8.4.
1 parent da3a932 commit 77f0a36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GearmanManager.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737

3838
declare(ticks = 1);
3939

40-
error_reporting(E_ALL | E_STRICT);
41-
4240
/**
4341
* Class that handles all the process management
4442
*/

0 commit comments

Comments
 (0)