Skip to content

Commit 068503c

Browse files
authored
Use correct FQCN for class EnumAlwaysUsedConstantsExtension in extension.neon (#21)
1 parent 2c680e4 commit 068503c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ services:
22
- class: Timeweb\PHPStan\Reflection\EnumMethodsClassReflectionExtension
33
tags:
44
- phpstan.broker.methodsClassReflectionExtension
5-
- class: Timeweb\PHPStan\Rule\EnumAlwaysUsedConstants
5+
- class: Timeweb\PHPStan\Rule\EnumAlwaysUsedConstantsExtension
66
tags:
77
- phpstan.constants.alwaysUsedClassConstantsExtension

0 commit comments

Comments
 (0)