You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
Warnings are ignored in linter output, but if fatal error occur after warning, message shows only warning and not fatal error.
Typically in php file with declare(strict_types=1);
If i check with php 5.6 , file is without errors, but if i add return type declaration eg. ...): void {... then fatal error occurs in php lint, but in output is displayed only warning from strict_types.
Solution can be displaying all errors from output.
Nice to have will by option to enable detection of warnings and display them.
The text was updated successfully, but these errors were encountered:
Warnings are ignored in linter output, but if fatal error occur after warning, message shows only warning and not fatal error.
Typically in php file with declare(strict_types=1);
If i check with php 5.6 , file is without errors, but if i add return type declaration eg. ...): void {... then fatal error occurs in php lint, but in output is displayed only warning from strict_types.
Solution can be displaying all errors from output.
Nice to have will by option to enable detection of warnings and display them.
The text was updated successfully, but these errors were encountered: