singleloginsystem/phpstan.neon
= 9b6af8135d refactor: remove unused UI components and factories for cleanup
- Deleted obsolete components (`Choices`, `Input`, `ListItem`, `Table`) and trait (`HasAttributeHelpers`) from the `App\View\Components` namespace.
- Removed `ConnectedAppFactory` as it is no longer utilized in the current workflow.
2026-05-16 09:44:54 +00:00

24 lines
491 B
Plaintext

includes:
- vendor/larastan/larastan/extension.neon
- vendor/nesbot/carbon/extension.neon
parameters:
paths:
- app/
- resources/views/
# Level 10 is the highest level
level: 5
ignoreErrors:
-
message: '#Expression "new .*" on a separate line does not do anything#'
path: resources/views/*.blade.php
# ignoreErrors:
# - '#PHPDoc tag @var#'
#
excludePaths:
- resources/views/flux/*