joonty / vim-phpqa

PHP QA tools for Vim
http://www.joncairns.com
MIT License
290 stars 32 forks source link

Window shows even if there are not issues #39

Open redthor opened 9 years ago

redthor commented 9 years ago

Hi, thanks for the plugin.

I may be doing something wrong but even if there are no sniffs detected the window still shows with the following:

|| S #!/usr/bin/env php (PHP_CodeSniffer)

Any hints?

cwhsu1984 commented 7 years ago

Same here Even an empty a.php file get the following output:

|| S                                     (PHP_CodeSniffer)                                                                                                                                                   
|| S   [InvalidArgumentException]        (PHP_CodeSniffer)
|| S   Command "a.php" is not defined.   (PHP_CodeSniffer)
|| S                                     (PHP_CodeSniffer)
|| S  (PHP_CodeSniffer)
|| S  (PHP_CodeSniffer)

But my a.php only contains <?php