Commit 4e3f8cc
fix: correct path case sensitivity in PHPStan config
Build/phpstan.neon was using incorrect lowercase .build paths,
causing "File is missing or is not readable" errors in CI.
Changes:
- .build → .Build (4 occurrences in includes section)
- .build/* → .Build/* (excludePaths section)
The actual vendor directory is .Build (uppercase B) as configured
in composer.json. Linux CI environments are case-sensitive, so
incorrect case causes file not found errors.
This fixes PHPStan analysis startup failures in CI.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3e150a2 commit 4e3f8cc
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments