17 lines
338 B
Text
17 lines
338 B
Text
includes:
|
|
- vendor/larastan/larastan/extension.neon
|
|
- vendor/phpstan/phpstan-mockery/extension.neon
|
|
- phpstan-baseline.neon
|
|
|
|
parameters:
|
|
level: 5
|
|
paths:
|
|
- app/
|
|
- tests/
|
|
|
|
excludePaths:
|
|
- bootstrap/*.php
|
|
- storage/*
|
|
|
|
ignoreErrors:
|
|
- identifier: method.alreadyNarrowedType
|