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
I'm sorry, but this package is just an easy-to-use wrapper for php -l, unfortunately it doesn't give you the results you'd expect, you may need to use the PHP static analysis tool: https://github.com/phpstan/phpstan
The following code gives a warning during linting, but phplint does not notify the user of that.
Running
php -l
on the file gives the following output:I'd like to be able to see the warnings as well, perhaps with an additional flag to preserve the 'old behavior.
The text was updated successfully, but these errors were encountered: