File tree Expand file tree Collapse file tree 3 files changed +83
-83
lines changed
Expand file tree Collapse file tree 3 files changed +83
-83
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The file documents changes to the PHP_CodeSniffer project.
77- An error message is now displayed if no files were checked during a run
88 - This occurs when all of the specified files matched exclusion rules, or none matched filtering rules
99
10- ### Changes
10+ ### Changed
1111- The minimum required PHP version has changed from 5.4.0 to 7.2.0
1212- The default coding standard has changed from ` PEAR ` to ` PSR12 `
1313- Files with no extension are no longer ignored if the path is passed in directly
@@ -37,6 +37,7 @@ The file documents changes to the PHP_CodeSniffer project.
3737 - Pipe both STDERR and STDOUT to the same file to capture the entire output of the run
3838 - The ` --report-file ` functionality remains untouched
3939- Composer installs no longer include any test files
40+ - The ` Config::setConfigData() ` method is no longer static
4041
4142### Removed
4243- Removed support for installing via PEAR
@@ -90,4 +91,3 @@ The file documents changes to the PHP_CodeSniffer project.
9091 <type >error</type >
9192 </rule >
9293 ```
93-
You can’t perform that action at this time.
0 commit comments