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 Aug 7, 2023. It is now read-only.
atom version : 1.27.2
linter-php version : 1.5.1
When I lint this PHP 7.1 code in Atom...
... I get many violations such as
Unexpected '|'
.But when I lint from the CMD (
php -l
), I get no error.I thought that the
linter-php
package only calls the PHP linter and then display the output, but obviously this is not what happens.The text was updated successfully, but these errors were encountered: