Skip to content

Commit 10a89a2

Browse files
committed
Config::setConfigData() is no longer static (ref #2675)
1 parent 606d876 commit 10a89a2

File tree

3 files changed

+83
-83
lines changed

3 files changed

+83
-83
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)