Skip to content

Commit

Permalink
Remove Constant E_STRICT #1051
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Oct 23, 2024
1 parent ccd6a92 commit 06c8c3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ class Worker
\E_USER_ERROR => 'E_USER_ERROR', // 256
\E_USER_WARNING => 'E_USER_WARNING', // 512
\E_USER_NOTICE => 'E_USER_NOTICE', // 1024
\E_STRICT => 'E_STRICT', // 2048
\E_RECOVERABLE_ERROR => 'E_RECOVERABLE_ERROR', // 4096
\E_DEPRECATED => 'E_DEPRECATED', // 8192
\E_USER_DEPRECATED => 'E_USER_DEPRECATED' // 16384
Expand Down

0 comments on commit 06c8c3b

Please sign in to comment.