mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 22:01:33 +00:00
17 lines
440 B
Plaintext
17 lines
440 B
Plaintext
includes:
|
|
- vendor/larastan/larastan/extension.neon
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 6
|
|
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#'
|