mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
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>
17 lines
249 B
Text
17 lines
249 B
Text
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
|
|
|