vim-phpqa icon indicating copy to clipboard operation
vim-phpqa copied to clipboard

Window shows even if there are not issues

Open redthor opened this issue 10 years ago • 1 comments

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?

redthor avatar Nov 24 '15 23:11 redthor

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

cwhsu1984 avatar Mar 17 '17 11:03 cwhsu1984