mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 21:33:08 +01:00
19 lines
314 B
Plaintext
19 lines
314 B
Plaintext
includes:
|
|
- ./vendor/nunomaduro/larastan/extension.neon
|
|
|
|
parameters:
|
|
|
|
paths:
|
|
- app
|
|
|
|
# The level 8 is the highest level
|
|
level: 5
|
|
|
|
ignoreErrors:
|
|
- '#Unsafe usage of new static#'
|
|
|
|
excludes_analyse:
|
|
- ./*/*/FileToBeExcluded.php
|
|
|
|
checkMissingIterableValueType: false
|