trip-planner/backend/phpstan.neon

24 lines
471 B
Text
Raw Normal View History

2025-09-28 00:39:30 +02:00
includes:
- vendor/larastan/larastan/extension.neon
parameters:
level: 0
paths:
- app/
- config/
- database/
- routes/
- tests/
excludePaths:
- database/migrations/*
reportUnmatchedIgnoredErrors: false
ignoreErrors:
# Ignore errors for facades which are resolved at runtime
- '#Call to an undefined static method#'
# Laravel specific settings
checkModelProperties: true