PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
COMMITS
/ phpcs.xml.dist July 8, 2022
J
October 1, 2020
G
Tests for autoloader class name detection
Greg Sherwood committed
July 12, 2020
J
PHP 8.0 | Tokenizer/PHP: stabilize comment tokenization
jrfnl committed
October 24, 2019
G
PHPCS doesn't use yoda conditions, so disallow them in the standard
Greg Sherwood committed
September 2, 2019
August 25, 2019
G
Added sniff to enforce member var spacing to project standard
Greg Sherwood committed
January 4, 2019
J
Native PHPCS ruleset: ignore Utility method test case files
jrfnl committed
October 23, 2018
G
Using the new Generic.WhiteSpace.IncrementDecrementSpacing sniff for Squiz and PHPCS
Greg Sherwood committed
October 12, 2017
J
:bathtub: Clean the XML ruleset files/consistent code style
jrfnl committed
October 16, 2018
J
:wrench: Add the XSD schema tags to the XML rulesets
jrfnl committed
April 4, 2018
G
Ban the same functions as the Squiz standard
Greg Sherwood committed
March 29, 2018
G
Didn't need this sniff as the Squiz one was already checking it, causing duplicate errors
Greg Sherwood committed
G
PHPCS methods must set visibility
Greg Sherwood committed
March 23, 2018
G
Inline control structures should be errors
Greg Sherwood committed
March 9, 2018
G
File wasn't being checked for coding standards
Greg Sherwood committed
November 21, 2017
G
Now using short array syntax + generic array indenting
Greg Sherwood committed
November 1, 2017
G
No idea why I used a single-space indent, but now using my standard 4-space indent
Greg Sherwood committed
October 29, 2017
G
Fixed typo
Greg Sherwood committed
October 8, 2017
G
Changelog for #1686
Greg Sherwood committed
August 6, 2017
J
Fix the exclude-pattern in the PHPCS native ruleset.
jrfnl committed
May 9, 2017
G
Turned caching off because I do so much debugging
Greg Sherwood committed
March 23, 2017
G
Added var name checks to the PHPCS coding standards
Greg Sherwood committed
March 22, 2017
G
Don't hide tokenizer errors
Greg Sherwood committed
July 19, 2016
G
G
Run the PHPCS standard with caching and concurrency by default
Greg Sherwood committed
July 15, 2016
G
Show colours by default
Greg Sherwood committed
July 14, 2016
G
Merge branch 'master' into 3.0
Greg Sherwood committed
July 5, 2016
G
No need to hard-code the report
Greg Sherwood committed
December 21, 2015
G
Merge branch 'master' into 3.0
Greg Sherwood committed
G
Now using .dist files for PHPCS and PHPUnit
Greg Sherwood committed