Commit fb92e2c
Build/Test Tools: Include
Without this, PHPStan emits a "Result cache might not behave correctly" warning because the visitor class is registered as a service but lives outside the analysed paths, so edits to the file do not invalidate the result cache.
Adds the file specifically (rather than the whole `tests/phpstan/` directory) to avoid analyzing `bootstrap.php` and `baseline.php`, which are not intended as analysis subjects.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>GlobalDocBlockVisitor in PHPStan analyzed paths.1 parent b8694b4 commit fb92e2c
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
0 commit comments