Skip to content

Commit 16fabaa

Browse files
committed
validateServiceTags after autowiredAttributeServices
1 parent dc54963 commit 16fabaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/config.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ extensions:
215215
parametersSchema: PHPStan\DependencyInjection\ParametersSchemaExtension
216216
validateIgnoredErrors: PHPStan\DependencyInjection\ValidateIgnoredErrorsExtension
217217
validateExcludePaths: PHPStan\DependencyInjection\ValidateExcludePathsExtension
218-
validateServiceTags: PHPStan\DependencyInjection\ValidateServiceTagsExtension
219218
autowiredAttributeServices: PHPStan\DependencyInjection\AutowiredAttributeServicesExtension
219+
validateServiceTags: PHPStan\DependencyInjection\ValidateServiceTagsExtension
220220

221221
conditionalTags:
222222
PHPStan\Rules\Exceptions\MissingCheckedExceptionInFunctionThrowsRule:

0 commit comments

Comments
 (0)