singleloginsystem/phpstan.neon
= 4849736c60 Feat: add intials SAML SSO compatibility.
- SAML public certificate generation
- Authentication using SAML
2026-05-27 05:49:36 +00:00

23 lines
490 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/*