vim-phpqa
vim-phpqa copied to clipboard
Window shows even if there are not issues
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?
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