chore: larastan changed namespace (#3955)

This commit is contained in:
IanM 2024-01-09 17:07:26 +00:00 committed by GitHub
parent 5399c86a1b
commit 01598555a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 114 additions and 114 deletions

View File

@ -168,7 +168,7 @@
"mockery/mockery": "^1.5", "mockery/mockery": "^1.5",
"phpunit/phpunit": "^9.0", "phpunit/phpunit": "^9.0",
"phpstan/phpstan": "^1.10.0", "phpstan/phpstan": "^1.10.0",
"nunomaduro/larastan": "^2.6", "larastan/larastan": "^2.7",
"symfony/var-dumper": "^6.3" "symfony/var-dumper": "^6.3"
}, },
"config": { "config": {

View File

@ -6,7 +6,7 @@
"require": { "require": {
"flarum/testing": "^2.0", "flarum/testing": "^2.0",
"phpstan/phpstan": "^1.10.0", "phpstan/phpstan": "^1.10.0",
"nunomaduro/larastan": "^2.6" "larastan/larastan": "^2.7"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

View File

@ -40,274 +40,274 @@ parametersSchema:
checkUnusedViews: bool() checkUnusedViews: bool()
conditionalTags: conditionalTags:
NunoMaduro\Larastan\Rules\NoModelMakeRule: Larastan\Larastan\Rules\NoModelMakeRule:
phpstan.rules.rule: %noModelMake% phpstan.rules.rule: %noModelMake%
NunoMaduro\Larastan\Rules\NoUnnecessaryCollectionCallRule: Larastan\Larastan\Rules\NoUnnecessaryCollectionCallRule:
phpstan.rules.rule: %noUnnecessaryCollectionCall% phpstan.rules.rule: %noUnnecessaryCollectionCall%
NunoMaduro\Larastan\Rules\OctaneCompatibilityRule: Larastan\Larastan\Rules\OctaneCompatibilityRule:
phpstan.rules.rule: %checkOctaneCompatibility% phpstan.rules.rule: %checkOctaneCompatibility%
NunoMaduro\Larastan\Rules\ModelProperties\ModelPropertyRule: Larastan\Larastan\Rules\ModelProperties\ModelPropertyRule:
phpstan.rules.rule: %checkModelProperties% phpstan.rules.rule: %checkModelProperties%
NunoMaduro\Larastan\Rules\ModelProperties\ModelPropertyStaticCallRule: Larastan\Larastan\Rules\ModelProperties\ModelPropertyStaticCallRule:
phpstan.rules.rule: %checkModelProperties% phpstan.rules.rule: %checkModelProperties%
NunoMaduro\Larastan\Rules\UnusedViewsRule: Larastan\Larastan\Rules\UnusedViewsRule:
phpstan.rules.rule: %checkUnusedViews% phpstan.rules.rule: %checkUnusedViews%
services: services:
- -
class: NunoMaduro\Larastan\Methods\RelationForwardsCallsExtension class: Larastan\Larastan\Methods\RelationForwardsCallsExtension
tags: tags:
- phpstan.broker.methodsClassReflectionExtension - phpstan.broker.methodsClassReflectionExtension
- -
class: NunoMaduro\Larastan\Methods\ModelForwardsCallsExtension class: Larastan\Larastan\Methods\ModelForwardsCallsExtension
tags: tags:
- phpstan.broker.methodsClassReflectionExtension - phpstan.broker.methodsClassReflectionExtension
- -
class: NunoMaduro\Larastan\Methods\EloquentBuilderForwardsCallsExtension class: Larastan\Larastan\Methods\EloquentBuilderForwardsCallsExtension
tags: tags:
- phpstan.broker.methodsClassReflectionExtension - phpstan.broker.methodsClassReflectionExtension
- -
class: NunoMaduro\Larastan\Methods\HigherOrderTapProxyExtension class: Larastan\Larastan\Methods\HigherOrderTapProxyExtension
tags: tags:
- phpstan.broker.methodsClassReflectionExtension - phpstan.broker.methodsClassReflectionExtension
- -
class: NunoMaduro\Larastan\Methods\HigherOrderCollectionProxyExtension class: Larastan\Larastan\Methods\HigherOrderCollectionProxyExtension
tags: tags:
- phpstan.broker.methodsClassReflectionExtension - phpstan.broker.methodsClassReflectionExtension
- -
class: NunoMaduro\Larastan\Methods\StorageMethodsClassReflectionExtension class: Larastan\Larastan\Methods\StorageMethodsClassReflectionExtension
tags: tags:
- phpstan.broker.methodsClassReflectionExtension - phpstan.broker.methodsClassReflectionExtension
- -
class: NunoMaduro\Larastan\Methods\Extension class: Larastan\Larastan\Methods\Extension
tags: tags:
- phpstan.broker.methodsClassReflectionExtension - phpstan.broker.methodsClassReflectionExtension
- -
class: NunoMaduro\Larastan\Methods\ModelFactoryMethodsClassReflectionExtension class: Larastan\Larastan\Methods\ModelFactoryMethodsClassReflectionExtension
tags: tags:
- phpstan.broker.methodsClassReflectionExtension - phpstan.broker.methodsClassReflectionExtension
- -
class: NunoMaduro\Larastan\Methods\RedirectResponseMethodsClassReflectionExtension class: Larastan\Larastan\Methods\RedirectResponseMethodsClassReflectionExtension
tags: tags:
- phpstan.broker.methodsClassReflectionExtension - phpstan.broker.methodsClassReflectionExtension
- -
class: NunoMaduro\Larastan\Methods\MacroMethodsClassReflectionExtension class: Larastan\Larastan\Methods\MacroMethodsClassReflectionExtension
tags: tags:
- phpstan.broker.methodsClassReflectionExtension - phpstan.broker.methodsClassReflectionExtension
- -
class: NunoMaduro\Larastan\Methods\ViewWithMethodsClassReflectionExtension class: Larastan\Larastan\Methods\ViewWithMethodsClassReflectionExtension
tags: tags:
- phpstan.broker.methodsClassReflectionExtension - phpstan.broker.methodsClassReflectionExtension
- -
class: NunoMaduro\Larastan\Properties\ModelAccessorExtension class: Larastan\Larastan\Properties\ModelAccessorExtension
tags: tags:
- phpstan.broker.propertiesClassReflectionExtension - phpstan.broker.propertiesClassReflectionExtension
- -
class: NunoMaduro\Larastan\Properties\ModelPropertyExtension class: Larastan\Larastan\Properties\ModelPropertyExtension
tags: tags:
- phpstan.broker.propertiesClassReflectionExtension - phpstan.broker.propertiesClassReflectionExtension
- -
class: NunoMaduro\Larastan\Properties\HigherOrderCollectionProxyPropertyExtension class: Larastan\Larastan\Properties\HigherOrderCollectionProxyPropertyExtension
tags: tags:
- phpstan.broker.propertiesClassReflectionExtension - phpstan.broker.propertiesClassReflectionExtension
- -
class: NunoMaduro\Larastan\Types\RelationDynamicMethodReturnTypeExtension class: Larastan\Larastan\Types\RelationDynamicMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\Types\ModelRelationsDynamicMethodReturnTypeExtension class: Larastan\Larastan\Types\ModelRelationsDynamicMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\HigherOrderTapProxyExtension class: Larastan\Larastan\ReturnTypes\HigherOrderTapProxyExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\ContainerArrayAccessDynamicMethodReturnTypeExtension class: Larastan\Larastan\ReturnTypes\ContainerArrayAccessDynamicMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
arguments: arguments:
className: Illuminate\Contracts\Container\Container className: Illuminate\Contracts\Container\Container
- -
class: NunoMaduro\Larastan\ReturnTypes\ContainerArrayAccessDynamicMethodReturnTypeExtension class: Larastan\Larastan\ReturnTypes\ContainerArrayAccessDynamicMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
arguments: arguments:
className: Illuminate\Container\Container className: Illuminate\Container\Container
- -
class: NunoMaduro\Larastan\ReturnTypes\ContainerArrayAccessDynamicMethodReturnTypeExtension class: Larastan\Larastan\ReturnTypes\ContainerArrayAccessDynamicMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
arguments: arguments:
className: Illuminate\Foundation\Application className: Illuminate\Foundation\Application
- -
class: NunoMaduro\Larastan\ReturnTypes\ContainerArrayAccessDynamicMethodReturnTypeExtension class: Larastan\Larastan\ReturnTypes\ContainerArrayAccessDynamicMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
arguments: arguments:
className: Illuminate\Contracts\Foundation\Application className: Illuminate\Contracts\Foundation\Application
- -
class: NunoMaduro\Larastan\Properties\ModelRelationsExtension class: Larastan\Larastan\Properties\ModelRelationsExtension
tags: tags:
- phpstan.broker.propertiesClassReflectionExtension - phpstan.broker.propertiesClassReflectionExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\ModelFactoryDynamicStaticMethodReturnTypeExtension class: Larastan\Larastan\ReturnTypes\ModelFactoryDynamicStaticMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension - phpstan.broker.dynamicStaticMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\ModelDynamicStaticMethodReturnTypeExtension class: Larastan\Larastan\ReturnTypes\ModelDynamicStaticMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension - phpstan.broker.dynamicStaticMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\AppMakeDynamicReturnTypeExtension class: Larastan\Larastan\ReturnTypes\AppMakeDynamicReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension - phpstan.broker.dynamicStaticMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\AuthExtension class: Larastan\Larastan\ReturnTypes\AuthExtension
tags: tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension - phpstan.broker.dynamicStaticMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\GuardDynamicStaticMethodReturnTypeExtension class: Larastan\Larastan\ReturnTypes\GuardDynamicStaticMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension - phpstan.broker.dynamicStaticMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\AuthManagerExtension class: Larastan\Larastan\ReturnTypes\AuthManagerExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\DateExtension class: Larastan\Larastan\ReturnTypes\DateExtension
tags: tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension - phpstan.broker.dynamicStaticMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\GuardExtension class: Larastan\Larastan\ReturnTypes\GuardExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\RequestFileExtension class: Larastan\Larastan\ReturnTypes\RequestFileExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\RequestRouteExtension class: Larastan\Larastan\ReturnTypes\RequestRouteExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\RequestUserExtension class: Larastan\Larastan\ReturnTypes\RequestUserExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\EloquentBuilderExtension class: Larastan\Larastan\ReturnTypes\EloquentBuilderExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\RelationFindExtension class: Larastan\Larastan\ReturnTypes\RelationFindExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\RelationCollectionExtension class: Larastan\Larastan\ReturnTypes\RelationCollectionExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\ModelFindExtension class: Larastan\Larastan\ReturnTypes\ModelFindExtension
tags: tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension - phpstan.broker.dynamicStaticMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\BuilderModelFindExtension class: Larastan\Larastan\ReturnTypes\BuilderModelFindExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\TestCaseExtension class: Larastan\Larastan\ReturnTypes\TestCaseExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\Support\CollectionHelper class: Larastan\Larastan\Support\CollectionHelper
- -
class: NunoMaduro\Larastan\ReturnTypes\Helpers\AuthExtension class: Larastan\Larastan\ReturnTypes\Helpers\AuthExtension
tags: tags:
- phpstan.broker.dynamicFunctionReturnTypeExtension - phpstan.broker.dynamicFunctionReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\Helpers\CollectExtension class: Larastan\Larastan\ReturnTypes\Helpers\CollectExtension
tags: tags:
- phpstan.broker.dynamicFunctionReturnTypeExtension - phpstan.broker.dynamicFunctionReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\Helpers\NowAndTodayExtension class: Larastan\Larastan\ReturnTypes\Helpers\NowAndTodayExtension
tags: tags:
- phpstan.broker.dynamicFunctionReturnTypeExtension - phpstan.broker.dynamicFunctionReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\Helpers\ResponseExtension class: Larastan\Larastan\ReturnTypes\Helpers\ResponseExtension
tags: tags:
- phpstan.broker.dynamicFunctionReturnTypeExtension - phpstan.broker.dynamicFunctionReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\Helpers\ValidatorExtension class: Larastan\Larastan\ReturnTypes\Helpers\ValidatorExtension
tags: tags:
- phpstan.broker.dynamicFunctionReturnTypeExtension - phpstan.broker.dynamicFunctionReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\CollectionFilterDynamicReturnTypeExtension class: Larastan\Larastan\ReturnTypes\CollectionFilterDynamicReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\CollectionWhereNotNullDynamicReturnTypeExtension class: Larastan\Larastan\ReturnTypes\CollectionWhereNotNullDynamicReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\CollectionGenericStaticMethodDynamicMethodReturnTypeExtension class: Larastan\Larastan\ReturnTypes\CollectionGenericStaticMethodDynamicMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\NewModelQueryDynamicMethodReturnTypeExtension class: Larastan\Larastan\ReturnTypes\NewModelQueryDynamicMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\FactoryDynamicMethodReturnTypeExtension class: Larastan\Larastan\ReturnTypes\FactoryDynamicMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\CollectionGenericStaticMethodDynamicStaticMethodReturnTypeExtension class: Larastan\Larastan\ReturnTypes\CollectionGenericStaticMethodDynamicStaticMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension - phpstan.broker.dynamicStaticMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\Types\AbortIfFunctionTypeSpecifyingExtension class: Larastan\Larastan\Types\AbortIfFunctionTypeSpecifyingExtension
tags: tags:
- phpstan.typeSpecifier.functionTypeSpecifyingExtension - phpstan.typeSpecifier.functionTypeSpecifyingExtension
arguments: arguments:
@ -315,7 +315,7 @@ services:
negate: false negate: false
- -
class: NunoMaduro\Larastan\Types\AbortIfFunctionTypeSpecifyingExtension class: Larastan\Larastan\Types\AbortIfFunctionTypeSpecifyingExtension
tags: tags:
- phpstan.typeSpecifier.functionTypeSpecifyingExtension - phpstan.typeSpecifier.functionTypeSpecifyingExtension
arguments: arguments:
@ -323,7 +323,7 @@ services:
negate: true negate: true
- -
class: NunoMaduro\Larastan\Types\AbortIfFunctionTypeSpecifyingExtension class: Larastan\Larastan\Types\AbortIfFunctionTypeSpecifyingExtension
tags: tags:
- phpstan.typeSpecifier.functionTypeSpecifyingExtension - phpstan.typeSpecifier.functionTypeSpecifyingExtension
arguments: arguments:
@ -331,7 +331,7 @@ services:
negate: false negate: false
- -
class: NunoMaduro\Larastan\Types\AbortIfFunctionTypeSpecifyingExtension class: Larastan\Larastan\Types\AbortIfFunctionTypeSpecifyingExtension
tags: tags:
- phpstan.typeSpecifier.functionTypeSpecifyingExtension - phpstan.typeSpecifier.functionTypeSpecifyingExtension
arguments: arguments:
@ -339,206 +339,206 @@ services:
negate: true negate: true
- -
class: NunoMaduro\Larastan\ReturnTypes\Helpers\AppExtension class: Larastan\Larastan\ReturnTypes\Helpers\AppExtension
tags: tags:
- phpstan.broker.dynamicFunctionReturnTypeExtension - phpstan.broker.dynamicFunctionReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\Helpers\ValueExtension class: Larastan\Larastan\ReturnTypes\Helpers\ValueExtension
tags: tags:
- phpstan.broker.dynamicFunctionReturnTypeExtension - phpstan.broker.dynamicFunctionReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\Helpers\TapExtension class: Larastan\Larastan\ReturnTypes\Helpers\TapExtension
tags: tags:
- phpstan.broker.dynamicFunctionReturnTypeExtension - phpstan.broker.dynamicFunctionReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\StorageDynamicStaticMethodReturnTypeExtension class: Larastan\Larastan\ReturnTypes\StorageDynamicStaticMethodReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension - phpstan.broker.dynamicStaticMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\Types\GenericEloquentCollectionTypeNodeResolverExtension class: Larastan\Larastan\Types\GenericEloquentCollectionTypeNodeResolverExtension
tags: tags:
- phpstan.phpDoc.typeNodeResolverExtension - phpstan.phpDoc.typeNodeResolverExtension
- -
class: NunoMaduro\Larastan\Types\ViewStringTypeNodeResolverExtension class: Larastan\Larastan\Types\ViewStringTypeNodeResolverExtension
tags: tags:
- phpstan.phpDoc.typeNodeResolverExtension - phpstan.phpDoc.typeNodeResolverExtension
- -
class: NunoMaduro\Larastan\Rules\OctaneCompatibilityRule class: Larastan\Larastan\Rules\OctaneCompatibilityRule
- -
class: NunoMaduro\Larastan\Rules\NoModelMakeRule class: Larastan\Larastan\Rules\NoModelMakeRule
- -
class: NunoMaduro\Larastan\Rules\NoUnnecessaryCollectionCallRule class: Larastan\Larastan\Rules\NoUnnecessaryCollectionCallRule
arguments: arguments:
onlyMethods: %noUnnecessaryCollectionCallOnly% onlyMethods: %noUnnecessaryCollectionCallOnly%
excludeMethods: %noUnnecessaryCollectionCallExcept% excludeMethods: %noUnnecessaryCollectionCallExcept%
- -
class: NunoMaduro\Larastan\Rules\ModelProperties\ModelPropertyRule class: Larastan\Larastan\Rules\ModelProperties\ModelPropertyRule
- -
class: NunoMaduro\Larastan\Rules\ModelProperties\ModelPropertyStaticCallRule class: Larastan\Larastan\Rules\ModelProperties\ModelPropertyStaticCallRule
- -
class: NunoMaduro\Larastan\Types\GenericEloquentBuilderTypeNodeResolverExtension class: Larastan\Larastan\Types\GenericEloquentBuilderTypeNodeResolverExtension
tags: tags:
- phpstan.phpDoc.typeNodeResolverExtension - phpstan.phpDoc.typeNodeResolverExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\AppEnvironmentReturnTypeExtension class: Larastan\Larastan\ReturnTypes\AppEnvironmentReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\Types\ModelProperty\ModelPropertyTypeNodeResolverExtension class: Larastan\Larastan\Types\ModelProperty\ModelPropertyTypeNodeResolverExtension
tags: tags:
- phpstan.phpDoc.typeNodeResolverExtension - phpstan.phpDoc.typeNodeResolverExtension
arguments: arguments:
active: %checkModelProperties% active: %checkModelProperties%
- -
class: NunoMaduro\Larastan\Types\RelationParserHelper class: Larastan\Larastan\Types\RelationParserHelper
arguments: arguments:
parser: @currentPhpVersionSimpleDirectParser parser: @currentPhpVersionSimpleDirectParser
- -
class: NunoMaduro\Larastan\Properties\MigrationHelper class: Larastan\Larastan\Properties\MigrationHelper
arguments: arguments:
databaseMigrationPath: %databaseMigrationsPath% databaseMigrationPath: %databaseMigrationsPath%
disableMigrationScan: %disableMigrationScan% disableMigrationScan: %disableMigrationScan%
parser: @currentPhpVersionSimpleDirectParser parser: @currentPhpVersionSimpleDirectParser
- -
class: NunoMaduro\Larastan\Properties\SquashedMigrationHelper class: Larastan\Larastan\Properties\SquashedMigrationHelper
arguments: arguments:
schemaPaths: %squashedMigrationsPath% schemaPaths: %squashedMigrationsPath%
disableSchemaScan: %disableSchemaScan% disableSchemaScan: %disableSchemaScan%
- -
class: NunoMaduro\Larastan\Properties\ModelCastHelper class: Larastan\Larastan\Properties\ModelCastHelper
- -
class: NunoMaduro\Larastan\Rules\ModelProperties\ModelPropertiesRuleHelper class: Larastan\Larastan\Rules\ModelProperties\ModelPropertiesRuleHelper
- -
class: NunoMaduro\Larastan\Rules\ModelRuleHelper class: Larastan\Larastan\Rules\ModelRuleHelper
- -
class: NunoMaduro\Larastan\Methods\BuilderHelper class: Larastan\Larastan\Methods\BuilderHelper
arguments: arguments:
checkProperties: %checkModelProperties% checkProperties: %checkModelProperties%
- -
class: NunoMaduro\Larastan\Rules\RelationExistenceRule class: Larastan\Larastan\Rules\RelationExistenceRule
tags: tags:
- phpstan.rules.rule - phpstan.rules.rule
- -
class: NunoMaduro\Larastan\Rules\CheckDispatchArgumentTypesCompatibleWithClassConstructorRule class: Larastan\Larastan\Rules\CheckDispatchArgumentTypesCompatibleWithClassConstructorRule
arguments: arguments:
dispatchableClass: Illuminate\Foundation\Bus\Dispatchable dispatchableClass: Illuminate\Foundation\Bus\Dispatchable
tags: tags:
- phpstan.rules.rule - phpstan.rules.rule
- -
class: NunoMaduro\Larastan\Rules\CheckDispatchArgumentTypesCompatibleWithClassConstructorRule class: Larastan\Larastan\Rules\CheckDispatchArgumentTypesCompatibleWithClassConstructorRule
arguments: arguments:
dispatchableClass: Illuminate\Foundation\Events\Dispatchable dispatchableClass: Illuminate\Foundation\Events\Dispatchable
tags: tags:
- phpstan.rules.rule - phpstan.rules.rule
- NunoMaduro\Larastan\Properties\Schema\PhpMyAdminDataTypeToPhpTypeConverter - Larastan\Larastan\Properties\Schema\PhpMyAdminDataTypeToPhpTypeConverter
- -
class: NunoMaduro\Larastan\LarastanStubFilesExtension class: Larastan\Larastan\LarastanStubFilesExtension
tags: [phpstan.stubFilesExtension] tags: [phpstan.stubFilesExtension]
- -
class: NunoMaduro\Larastan\Rules\UnusedViewsRule class: Larastan\Larastan\Rules\UnusedViewsRule
- -
class: NunoMaduro\Larastan\Collectors\UsedViewFunctionCollector class: Larastan\Larastan\Collectors\UsedViewFunctionCollector
tags: tags:
- phpstan.collector - phpstan.collector
- -
class: NunoMaduro\Larastan\Collectors\UsedEmailViewCollector class: Larastan\Larastan\Collectors\UsedEmailViewCollector
tags: tags:
- phpstan.collector - phpstan.collector
- -
class: NunoMaduro\Larastan\Collectors\UsedViewMakeCollector class: Larastan\Larastan\Collectors\UsedViewMakeCollector
tags: tags:
- phpstan.collector - phpstan.collector
- -
class: NunoMaduro\Larastan\Collectors\UsedViewFacadeMakeCollector class: Larastan\Larastan\Collectors\UsedViewFacadeMakeCollector
tags: tags:
- phpstan.collector - phpstan.collector
- -
class: NunoMaduro\Larastan\Collectors\UsedRouteFacadeViewCollector class: Larastan\Larastan\Collectors\UsedRouteFacadeViewCollector
tags: tags:
- phpstan.collector - phpstan.collector
- -
class: NunoMaduro\Larastan\Collectors\UsedViewInAnotherViewCollector class: Larastan\Larastan\Collectors\UsedViewInAnotherViewCollector
arguments: arguments:
parser: @currentPhpVersionSimpleDirectParser parser: @currentPhpVersionSimpleDirectParser
- -
class: NunoMaduro\Larastan\Support\ViewFileHelper class: Larastan\Larastan\Support\ViewFileHelper
arguments: arguments:
viewDirectories: %viewDirectories% viewDirectories: %viewDirectories%
# - # -
# class: NunoMaduro\Larastan\ReturnTypes\ApplicationMakeDynamicReturnTypeExtension # class: Larastan\Larastan\ReturnTypes\ApplicationMakeDynamicReturnTypeExtension
# tags: # tags:
# - phpstan.broker.dynamicMethodReturnTypeExtension # - phpstan.broker.dynamicMethodReturnTypeExtension
# #
# - # -
# class: NunoMaduro\Larastan\ReturnTypes\ContainerMakeDynamicReturnTypeExtension # class: Larastan\Larastan\ReturnTypes\ContainerMakeDynamicReturnTypeExtension
# tags: # tags:
# - phpstan.broker.dynamicMethodReturnTypeExtension # - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\ConsoleCommand\ArgumentDynamicReturnTypeExtension class: Larastan\Larastan\ReturnTypes\ConsoleCommand\ArgumentDynamicReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\ConsoleCommand\HasArgumentDynamicReturnTypeExtension class: Larastan\Larastan\ReturnTypes\ConsoleCommand\HasArgumentDynamicReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\ConsoleCommand\OptionDynamicReturnTypeExtension class: Larastan\Larastan\ReturnTypes\ConsoleCommand\OptionDynamicReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\ConsoleCommand\HasOptionDynamicReturnTypeExtension class: Larastan\Larastan\ReturnTypes\ConsoleCommand\HasOptionDynamicReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\TranslatorGetReturnTypeExtension class: Larastan\Larastan\ReturnTypes\TranslatorGetReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicMethodReturnTypeExtension - phpstan.broker.dynamicMethodReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\TransHelperReturnTypeExtension class: Larastan\Larastan\ReturnTypes\TransHelperReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicFunctionReturnTypeExtension - phpstan.broker.dynamicFunctionReturnTypeExtension
- -
class: NunoMaduro\Larastan\ReturnTypes\DoubleUnderscoreHelperReturnTypeExtension class: Larastan\Larastan\ReturnTypes\DoubleUnderscoreHelperReturnTypeExtension
tags: tags:
- phpstan.broker.dynamicFunctionReturnTypeExtension - phpstan.broker.dynamicFunctionReturnTypeExtension
- NunoMaduro\Larastan\ReturnTypes\AppMakeHelper - Larastan\Larastan\ReturnTypes\AppMakeHelper
- NunoMaduro\Larastan\Internal\ConsoleApplicationResolver - Larastan\Larastan\Internal\ConsoleApplicationResolver
- NunoMaduro\Larastan\Internal\ConsoleApplicationHelper - Larastan\Larastan\Internal\ConsoleApplicationHelper
- NunoMaduro\Larastan\Support\HigherOrderCollectionProxyHelper - Larastan\Larastan\Support\HigherOrderCollectionProxyHelper
rules: rules:
- NunoMaduro\Larastan\Rules\UselessConstructs\NoUselessWithFunctionCallsRule - Larastan\Larastan\Rules\UselessConstructs\NoUselessWithFunctionCallsRule
- NunoMaduro\Larastan\Rules\UselessConstructs\NoUselessValueFunctionCallsRule - Larastan\Larastan\Rules\UselessConstructs\NoUselessValueFunctionCallsRule
- NunoMaduro\Larastan\Rules\DeferrableServiceProviderMissingProvidesRule - Larastan\Larastan\Rules\DeferrableServiceProviderMissingProvidesRule
- NunoMaduro\Larastan\Rules\ConsoleCommand\UndefinedArgumentOrOptionRule - Larastan\Larastan\Rules\ConsoleCommand\UndefinedArgumentOrOptionRule