Skip to content

Commit a9513c1

Browse files
committed
fix style
1 parent 9a41b64 commit a9513c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodeAnalyzer/TestsNodeAnalyzer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function isTestClassMethod(ClassMethod $classMethod): bool
6060

6161
foreach ($classMethod->getAttrGroups() as $attrGroup) {
6262
foreach ($attrGroup->attrs as $attribute) {
63-
if($attribute->name->toString() === 'PHPUnit\\Framework\\Attributes\\Test'){
63+
if ($attribute->name->toString() === 'PHPUnit\\Framework\\Attributes\\Test') {
6464
return true;
6565
}
6666
}

0 commit comments

Comments
 (0)