Commit be5f7f3
authored
PHPCS/Composer: update PHPCompatibility (#30)
Use the latest version of PHPCompatibility.
You were missing out on a lot of new checks, including the checks to make sure code is compatible with the upcoming PHP 7.4.
Note: PHPCompatibility 9.0 renamed all the sniffs, so any inline selective ignores `// phpcs:ignore Stnd.Cat.Sniff` annotations will need to be updated (if used at all).
Refs:
* https://github.com/PHPCompatibility/PHPCompatibility/releases/
* https://github.com/PHPCompatibility/PHPCompatibility/releases/tag/9.0.0
Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>1 parent 7076416 commit be5f7f3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments