Skip to content

Commit c98f649

Browse files
committed
[ci-review] Rector Rectify
1 parent a22ea80 commit c98f649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/CodeQuality/Rector/Class_/AddCoversClassAttributeRector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ public function getNodeTypes(): array
7070
*/
7171
public function refactor(Node $node): ?Node
7272
{
73-
throw new ShouldNotHappenException(sprintf(
73+
throw new ShouldNotHappenException(
7474
'"%s" rule is deprecated. As very opionated and assumes test + class colocation. Better use custom rule instead.'
75-
));
75+
);
7676
}
7777

7878
/**

0 commit comments

Comments
 (0)