From what I know, CodeSniffer follows a specific set of coding standards and checks your code if it follows the specified standards. But sublimelinter-php does this too. Are they different or the same? Because I installed both plugins on my Sublime Text 3.
SublimeLinter-phpcs allows you to run PHP_CodeSniffer on your code, ensuring that it conforms to any coding standard that you use.
SublimeLinter-php php -l , , . , .
php -l
PHP_CodeSniffer , , , . SublimeLinter-php, , , SublimeLinter-phpcs, , .
Source: https://habr.com/ru/post/1544288/More articles:Retrieving a thumbnail of a StorageFile (Video) file that is located in the local application folder in WP8.1 - c #How to convert this code to async waiting? - c #Configured drop-down background image selection does not work in Firefox 30 - htmlHow to get excel sheet name in Python using xlrd - pythonHow to delete small objects using bwareaopen? - image-processingIs it possible to strip a numpy array in 2 dimensions with a single call - pythonHow to get bounce mail using AWS SES using Postfix - amazon-web-servicesReading multidimensional array of unknown form - arraysPrevent Proguard child classes from being annotated - gsonProblems with correlation graphs in bokeh - pythonAll Articles