Skip to content

Commit 2e85e6c

Browse files
committed
Remove deprecated E_STRICT mapping
1 parent 30edf11 commit 2e85e6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/php/test/Warnings.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class Warnings extends Throwable {
1515
E_USER_ERROR => 'E_USER_ERROR',
1616
E_USER_WARNING => 'E_USER_WARNING',
1717
E_USER_NOTICE => 'E_USER_NOTICE',
18-
E_STRICT => 'E_STRICT',
1918
E_RECOVERABLE_ERROR => 'E_RECOVERABLE_ERROR',
2019
E_DEPRECATED => 'E_DEPRECATED',
2120
E_USER_DEPRECATED => 'E_USER_DEPRECATED',

0 commit comments

Comments
 (0)