By piccoloprincipe
via cweiske.de
Published: Aug 15 2012 / 13:25
I use emacs as IDE, and wanted to have direct feedback about the validity of my .php files when writing them. The most easy way was to add a save hook that runs PHP_CodeSniffer - but the results should be displayed in a nice, unobtrusive way.
Add your comment