Files
telekeci/phpstan.neon
2025-04-15 17:55:16 +05:00

15 lines
357 B
Plaintext

includes:
- vendor/larastan/larastan/extension.neon
parameters:
paths:
- app/
level: 9
ignoreErrors:
- '#Unsafe usage of new static#'
- '#Static method Illuminate\\Log\\Logger::info\(\) invoked with 3 parameters, 1-2 required#'
- '#PHPDoc type array<int, string> of property App\\Models\\User::\$hidden#'