PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
COMMITS
/ autoload.php January 13, 2021
G
Fixed bug #3145 : Autoloading of sniff fails when multiple classes declared in same file
Greg Sherwood committed
October 1, 2020
G
Broke out the class name detection to make it easier to test
Greg Sherwood committed
September 29, 2020
E
Fix PHP 7.4 regression, changed behavior of get_declared_classes()
Eloy Lafuente (stronk7) committed
July 29, 2019
G
Changelog for #2549 + additional mute when searching for composer autoloader (ref #2564)
Greg Sherwood committed
January 6, 2019
J
March 21, 2018
J
Allow requesting a custom report using the report name or FQN
jrfnl committed
March 6, 2018
G
Revert "Fix fatal 'class already declared' errors when using external standards"
Greg Sherwood committed
November 21, 2017
G
Now using short array syntax + generic array indenting
Greg Sherwood committed
June 29, 2017
K
Don't try to autoload any of Composer's classes
Kunal Mehta committed
May 19, 2017
May 9, 2017
G
Corrected comparison code (ref #1452)
Greg Sherwood committed
G
The autoloader is now working correctly with classes created with class_alias() (ref #1452)
Greg Sherwood committed
April 27, 2017
February 5, 2017
G
Composer autoloader still needs to be re-registered so PHPCS comes first
Greg Sherwood committed
G
Testing removal of PHPCS from the composer autoloader
Greg Sherwood committed
January 29, 2017
G
Assume the composer autoloader has already been included somewhere (attempted fix for #1306)
Greg Sherwood committed
January 25, 2017
G
Account for composer including the PHPCS autoloader a second time (ref #1259)
Greg Sherwood committed
G
Fixed PHAR support with new composer autoloader support (ref #1259)
Greg Sherwood committed
July 20, 2016
G
Unit tests can be run from a PEAR install again
Greg Sherwood committed
January 13, 2016
G
Revert "Composer autoload include statements to make Composer dependencies work (ref #833)"
Greg Sherwood committed
January 12, 2016
G
Composer autoload include statements to make Composer dependencies work (ref #833)
Greg Sherwood committed
November 26, 2015
May 5, 2015
G
G
Fixed PHP strict standards error (bug #587)
Greg Sherwood committed
April 16, 2015
G
Autoloader comment cleanup
Greg Sherwood committed
G
Added an option to get the filename from a class name
Greg Sherwood committed
April 10, 2015
G
Including a path to a sniff in a ruleset works again.
Greg Sherwood committed
April 9, 2015
G
No longer needs composer to run phpcs/cbf or tests
Greg Sherwood committed