Skip to content

Commit

Permalink
fix: larastan was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Aug 2, 2024
1 parent 4969063 commit cc0b30b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions php-packages/phpstan/larastan-extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ conditionalTags:
phpstan.rules.rule: %noUnnecessaryCollectionCall%
Larastan\Larastan\Rules\OctaneCompatibilityRule:
phpstan.rules.rule: %checkOctaneCompatibility%
Larastan\Larastan\Rules\ModelProperties\ModelPropertyRule:
phpstan.rules.rule: %checkModelProperties%
Larastan\Larastan\Rules\ModelProperties\ModelPropertyStaticCallRule:
phpstan.rules.rule: %checkModelProperties%
Larastan\Larastan\Rules\UnusedViewsRule:
phpstan.rules.rule: %checkUnusedViews%
Larastan\Larastan\Rules\ModelAppendsRule:
Expand Down Expand Up @@ -400,15 +396,9 @@ services:
onlyMethods: %noUnnecessaryCollectionCallOnly%
excludeMethods: %noUnnecessaryCollectionCallExcept%

-
class: Larastan\Larastan\Rules\ModelProperties\ModelPropertyRule

-
class: Larastan\Larastan\Rules\ModelAppendsRule

-
class: Larastan\Larastan\Rules\ModelProperties\ModelPropertyStaticCallRule

-
class: Larastan\Larastan\Types\GenericEloquentBuilderTypeNodeResolverExtension
tags:
Expand Down Expand Up @@ -450,9 +440,6 @@ services:
-
class: Larastan\Larastan\Properties\ModelPropertyHelper

-
class: Larastan\Larastan\Rules\ModelProperties\ModelPropertiesRuleHelper

-
class: Larastan\Larastan\Rules\ModelRuleHelper

Expand Down

0 comments on commit cc0b30b

Please sign in to comment.