Skip to content

Commit f157f93

Browse files
committed
cs fix
1 parent 0324c77 commit f157f93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rules/AnnotationsToAttributes/Rector/Class_/CoversAnnotationWithValueToAttributeRector.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,9 @@ private function removeMethodCoversAnnotations(ClassMethod $classMethod): bool
303303
continue;
304304
}
305305

306-
if (str_contains($desiredTagValueNode->value->value, '::') && ! $this->reflectionProvider->hasClass(self::COVERS_METHOD_ATTRIBUTE)) {
306+
if (str_contains($desiredTagValueNode->value->value, '::') && ! $this->reflectionProvider->hasClass(
307+
self::COVERS_METHOD_ATTRIBUTE
308+
)) {
307309
continue;
308310
}
309311

0 commit comments

Comments
 (0)