Skip to content

Commit af44a0c

Browse files
committed
[ci-review] Rector Rectify
1 parent 2179c33 commit af44a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/AnnotationsToAttributes/Rector/Class_/CoversAnnotationWithValueToAttributeRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ private function createAttributeGroup(string $annotationValue): ?AttributeGroup
166166
if ($classReflection->isTrait()) {
167167
$attributeClass = self::COVERTS_TRAIT_ATTRIBUTE;
168168
if (! $this->reflectionProvider->hasClass($attributeClass)) {
169-
return null;
169+
return null;
170170
}
171171
}
172172
}

0 commit comments

Comments
 (0)