Files
tbbank-new/phpstan.neon
Mekan1206 7111b1db09 Enhance SpatieMediaLibraryFileEntry component and update PHPStan configuration
- Added a new method to retrieve media for the entry in SpatieMediaLibraryFileEntry component.
- Updated PHPStan configuration to exclude the SpatieMediaLibraryFileEntry.php file from analysis.
2025-12-20 02:34:19 +05:00

24 lines
740 B
Plaintext

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:
- app/Filament/Infolists/Components/SpatieMediaLibraryFileEntry.php