Commit bfa5f28
fix(psr4): ship php_cs_finder.php in the default ignore list
qaConfig/php_cs_finder.php is the documented CS Fixer Finder override
(docs/coding-standards.md tells projects to copy it into qaConfig/), yet
the shipped psr4-validate ignore list exempted only phparkitect.php and
php_cs.php - so any project following that doc failed the PSR-4 gate with
a false "Parse Error" on the classless finder file. Surfaced by
ballicom-zoho's full pipeline run on 2026-08-28.
TDD: the projectQaConfig fixture gains a php_cs_finder.php, which turns
testShippedDefaultIgnoreListExcludesQaConfigConfigFiles red on the old
list; the new ignore entry makes it green.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent bd40882 commit bfa5f28
3 files changed
Lines changed: 18 additions & 4 deletions
File tree
- configDefaults/generic
- tests
- Small
- assets/psr4/projectQaConfig/qaConfig
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments