mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
41017bb0af
The app/sdks directory is gitignored and doesn't exist in CI. Removing the exclusion to avoid PHPStan failing on a non-existent path. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
249 B
Plaintext
18 lines
249 B
Plaintext
includes:
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: max
|
|
paths:
|
|
- src
|
|
- app
|
|
- bin
|
|
- tests
|
|
bootstrapFiles:
|
|
- app/init/constants.php
|
|
scanDirectories:
|
|
- vendor/swoole/ide-helper
|
|
excludePaths:
|
|
- tests/resources
|
|
|