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

PHP QA tools for Vim

Results 13 vim-phpqa issues
Sort by recently updated
recently updated
newest added

Ubuntu 17.10 no longer has python 2 support compiled into vim.

made a docker image with the required tools, and with some aliases etc. made it possible to run the tools from within a docker container. with the exception that ${HOME}...

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...

Hi Jon, At the top of the page it says > PHP QA tools for Vim http://www.joncairns.com but www.joncairns.com doesn't work. The non-www version works (and redirects to http://blog.joncairns.com/) but...

Hi I'm using php7 syntax like `??` for ternary operations but when I save the file it gave me this error. ``` Unexpected token: ?? ``` What would be the...

my copy of php7 cli does not put syntax errors onto stderr. PHP 7.0.12-1+deb.sury.org~trusty+1 (cli) ( NTS ) I had to make this change. 87 " Run the PHP linter...

First of all awesome plugin! Probably not really a bug but I have the problem that the php linter does not show errors. It works when I remove 1>/dev/null from...

bug

PHP Codesniffer ships with `phpcbf`, a command that can automatically fix a lot of the issues that `phpcs` founds. This PR adds support for `phpcb` inside vim.

If I have vim-phpqa and vim-fugitive installed, a feature of vim-fugitive does not work. I run the :Gstatus command in a scenario where the status buffer will show an unstaged,...