mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-05-07 20:32:26 +00:00
19 lines
449 B
Plaintext
19 lines
449 B
Plaintext
includes:
|
|
- vendor/larastan/larastan/extension.neon
|
|
|
|
parameters:
|
|
|
|
paths:
|
|
- app/
|
|
|
|
# Level 9 is the highest level
|
|
level: 7
|
|
|
|
checkOctaneCompatibility: true
|
|
checkModelProperties: true
|
|
noEnvCallsOutsideOfConfig: true
|
|
|
|
ignoreErrors:
|
|
- '# is not subtype of native type Illuminate\\Database\\Eloquent\\Builder#'
|
|
- '# is not subtype of native type Illuminate\\Database\\Eloquent\\Relations\\Relation#'
|