mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Add phpstan.neon config
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
includes:
|
||||
- vendor/larastan/larastan/extension.neon
|
||||
|
||||
parameters:
|
||||
level: 5
|
||||
paths:
|
||||
- app
|
||||
- routes
|
||||
treatPhpDocTypesAsCertain: false
|
||||
ignoreErrors:
|
||||
# Laravel models use $dateFormat = false to disable date formatting,
|
||||
# but the parent Model class declares it as string|null
|
||||
-
|
||||
identifier: property.defaultValue
|
||||
message: '#dateFormat#'
|
||||
Reference in New Issue
Block a user