Skip to content

Commit

Permalink
Config::setConfigData() is no longer static (ref #2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed May 12, 2020
1 parent 606d876 commit 10a89a2
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 83 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The file documents changes to the PHP_CodeSniffer project.
- An error message is now displayed if no files were checked during a run
- This occurs when all of the specified files matched exclusion rules, or none matched filtering rules

### Changes
### Changed
- The minimum required PHP version has changed from 5.4.0 to 7.2.0
- The default coding standard has changed from `PEAR` to `PSR12`
- Files with no extension are no longer ignored if the path is passed in directly
Expand Down Expand Up @@ -37,6 +37,7 @@ The file documents changes to the PHP_CodeSniffer project.
- Pipe both STDERR and STDOUT to the same file to capture the entire output of the run
- The `--report-file` functionality remains untouched
- Composer installs no longer include any test files
- The `Config::setConfigData()` method is no longer static

### Removed
- Removed support for installing via PEAR
Expand Down Expand Up @@ -90,4 +91,3 @@ The file documents changes to the PHP_CodeSniffer project.
<type>error</type>
</rule>
```

Loading

0 comments on commit 10a89a2

Please sign in to comment.