- Replace \Log:: with proper Log facade imports in Channel.php and EncryptArrayObject.php - Remove unnecessary null coalescing on $_GET/$_POST superglobals in Input.php - Add @property annotations to SeoMetadata and ImageOptimization models - Add @property-read annotations for Livewire computed properties in ConfigPanel and WorkspaceConfig - Bump PHPStan level from 0 to 1 - Remove Log facade from Psalm suppressions (now properly imported) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
23 lines
706 B
Text
23 lines
706 B
Text
parameters:
|
|
paths:
|
|
- src
|
|
level: 1
|
|
ignoreErrors:
|
|
- '#Unsafe usage of new static#'
|
|
- '#env\(\).*outside of the config directory#'
|
|
- identifier: larastan.noEnvCallsOutsideOfConfig
|
|
- identifier: trait.unused
|
|
- identifier: class.notFound
|
|
- identifier: function.deprecated
|
|
- identifier: method.notFound
|
|
excludePaths:
|
|
- src/Core/Activity
|
|
- src/Core/Config/Tests
|
|
- src/Core/Input/Tests
|
|
- src/Core/Tests
|
|
- src/Core/Bouncer/Tests
|
|
- src/Core/Bouncer/Gate/Tests
|
|
- src/Core/Service/Tests
|
|
- src/Core/Front/Tests
|
|
- src/Mod/Trees
|
|
reportUnmatchedIgnoredErrors: false
|