2025-07-06 10:53:37 +02:00
|
|
|
includes:
|
|
|
|
|
- vendor/larastan/larastan/extension.neon
|
2026-03-08 14:18:28 +01:00
|
|
|
- vendor/phpstan/phpstan-mockery/extension.neon
|
2026-03-08 14:33:54 +01:00
|
|
|
- phpstan-baseline.neon
|
2025-07-06 10:53:37 +02:00
|
|
|
|
|
|
|
|
parameters:
|
2025-07-07 02:48:46 +02:00
|
|
|
level: 7
|
2025-07-06 10:53:37 +02:00
|
|
|
paths:
|
|
|
|
|
- app/
|
|
|
|
|
- tests/
|
2025-07-07 00:51:32 +02:00
|
|
|
|
2025-07-06 10:53:37 +02:00
|
|
|
excludePaths:
|
|
|
|
|
- bootstrap/*.php
|
2025-07-07 00:51:32 +02:00
|
|
|
- storage/*
|
2026-03-08 14:18:28 +01:00
|
|
|
|
|
|
|
|
ignoreErrors:
|
|
|
|
|
- identifier: method.alreadyNarrowedType
|
|
|
|
|
- identifier: function.alreadyNarrowedType
|