You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This linter plugin for [SublimeLinter](http://sublimelinter.readthedocs.org/) provides an interface to [phpcs](http://pear.php.net/package/PHP_CodeSniffer/). It will be used with files that have the “PHP”, “HTML” and “HTML5” syntax.
6
+
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [phpcs](http://pear.php.net/package/PHP_CodeSniffer/).
7
+
It will be used with files that have the "PHP", "HTML" and "HTML5" syntax.
8
+
7
9
8
10
## Installation
11
+
9
12
SublimeLinter must be installed in order to use this plugin.
10
13
11
14
Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
12
15
13
-
Before using this plugin, you must ensure that `phpcs` is installed on your system, preferably somewhere in your PATH. To install `phpcs`, follow the instructions on https://github.com/squizlabs/PHP_CodeSniffer#installation.
16
+
Before using this plugin, ensure that `phpcs` is installed on your system, preferably somewhere in your PATH. To install `phpcs`, follow the instructions on https://github.com/squizlabs/PHP_CodeSniffer#installation.
0 commit comments