Skip to content

Commit 2ab4457

Browse files
authored
Remove use of deprecated E_STRICT (zircote#1704)
1 parent b685cd8 commit 2ab4457

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: bin/openapi

-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ $errorTypes = [
154154
E_WARNING => 'Warning',
155155
E_PARSE => 'Parser error',
156156
E_NOTICE => 'Notice',
157-
E_STRICT => 'Strict',
158157
E_DEPRECATED => 'Deprecated',
159158
E_CORE_ERROR => 'Error(Core)',
160159
E_CORE_WARNING => 'Warning(Core)',

0 commit comments

Comments
 (0)