Skip to content

Commit c9c32fb

Browse files
committed
Try moving autowiredAttributeServices to the end
1 parent b1ef1b0 commit c9c32fb

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
@@ -211,12 +211,12 @@ parameters:
211211
extensions:
212212
rules: PHPStan\DependencyInjection\RulesExtension
213213
expandRelativePaths: PHPStan\DependencyInjection\ExpandRelativePathExtension
214-
autowiredAttributeServices: PHPStan\DependencyInjection\AutowiredAttributeServicesExtension
215214
conditionalTags: PHPStan\DependencyInjection\ConditionalTagsExtension
216215
parametersSchema: PHPStan\DependencyInjection\ParametersSchemaExtension
217216
validateIgnoredErrors: PHPStan\DependencyInjection\ValidateIgnoredErrorsExtension
218217
validateExcludePaths: PHPStan\DependencyInjection\ValidateExcludePathsExtension
219218
validateServiceTags: PHPStan\DependencyInjection\ValidateServiceTagsExtension
219+
autowiredAttributeServices: PHPStan\DependencyInjection\AutowiredAttributeServicesExtension
220220

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

0 commit comments

Comments
 (0)