참고소스 수정본
This commit is contained in:
12
참고/firecrawl-main/apps/php-sdk/phpstan.neon.dist
Normal file
12
참고/firecrawl-main/apps/php-sdk/phpstan.neon.dist
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user