Files
AI/참고/firecrawl-main/apps/php-sdk/phpstan.neon.dist
2026-05-12 19:40:31 +09:00

13 lines
303 B
Plaintext

parameters:
level: 6
paths:
- src
tmpDir: .phpstan-cache
ignoreErrors:
# Laravel Facade and ServiceProvider may not be installed
-
message: '#Class Illuminate\\\\#'
paths:
- src/Laravel/*
reportUnmatched: false