Page MenuHomePhorge

phpstan.neon
No OneTemporary

Size
742 B
Referenced Files
None
Subscribers
None

phpstan.neon

includes:
- ./vendor/nunomaduro/larastan/extension.neon
parameters:
ignoreErrors:
- '#Access to an undefined property [a-zA-Z\\]+::\$pivot#'
- '#Access to undefined constant static\(App\\[a-zA-Z]+\)::STATUS_[A-Z_]+#'
- '#Call to an undefined [a-zA-Z0-9<>\\ ]+::withEnvTenantContext\(\)#'
- '#Call to an undefined [a-zA-Z0-9<>\\ ]+::withObjectTenantContext\(\)#'
- '#Call to an undefined [a-zA-Z0-9<>\\ ]+::withSubjectTenantContext\(\)#'
- '#Call to an undefined method Tests\\Browser::#'
level: 4
parallel:
processTimeout: 300.0
paths:
- app/
- config/
- database/
- resources/
- routes/
- tests/
- resources/

File Metadata

Mime Type
text/plain
Expires
Fri, Jun 12, 3:55 AM (20 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
898690
Default Alt Text
phpstan.neon (742 B)

Event Timeline