This commit is contained in:
2025-10-22 20:08:22 +05:00
commit 736e3bef18
2573 changed files with 120385 additions and 0 deletions

23
phpstan.neon Normal file
View File

@@ -0,0 +1,23 @@
includes:
- vendor/larastan/larastan/extension.neon
- vendor/nesbot/carbon/extension.neon
parameters:
paths:
- app/
scanFiles:
- app/Modules/UserAdjustments/Traits/UserAdjustments.php
# Level 10 is the highest level
level: 9
ignoreErrors:
- '#Unsafe usage of new static#'
- '#Static method Illuminate\\Log\\Logger::info\(\) invoked with 3 parameters, 1-2 required#'
- "#and 'hasTooManyLoginAtte…' will always evaluate to true#"
- '#BelongsToMany does not specify its types: TRelatedModel, TDeclaringModel, TPivotModel, TAccessor#'
- '#translatableTabs#'
#
# excludePaths:
# - ./*/*/FileToBeExcluded.php