Page MenuHomePhorge

phpstan.neon
No OneTemporary

Authored By
Unknown
Size
913 B
Referenced Files
None
Subscribers
None

phpstan.neon

includes:
- ./vendor/larastan/larastan/extension.neon
parameters:
ignoreErrors:
- '#Access to an undefined property [a-zA-Z\\]+::\$pivot#'
- '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$id#'
- '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$key#'
- '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$value#'
- '#Access to an undefined property Sabre\\VObject\\(Component|Document)::#'
- '#Call to an undefined method Tests\\Browser::#'
- '#Call to an undefined method garethp\\ews\\API\\Type::#'
level: 5
parallel:
processTimeout: 300.0
paths:
- app/
- config/
- database/
- resources/
- routes/
- tests/
- resources/
treatPhpDocTypesAsCertain: false
noEnvCallsOutsideOfConfig: false

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 2:45 AM (5 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822261
Default Alt Text
phpstan.neon (913 B)

Event Timeline