Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Ignored warnings #90

Open
kucix opened this issue Jan 25, 2017 · 0 comments
Open

Ignored warnings #90

kucix opened this issue Jan 25, 2017 · 0 comments

Comments

@kucix
Copy link

kucix commented Jan 25, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant