Page MenuHomePhorge

phpstan.neon
No OneTemporary

Authored By
Unknown
Size
975 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::#'
- '#Method App\\User::delegat.*\(\) should return.*#'
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, 3:20 AM (2 d, 8 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3c/d4/19739f1a1a73d0a5e143ec511095
Default Alt Text
phpstan.neon (975 B)

Event Timeline