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