We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a41b64 commit a9513c1Copy full SHA for a9513c1
src/NodeAnalyzer/TestsNodeAnalyzer.php
@@ -60,7 +60,7 @@ public function isTestClassMethod(ClassMethod $classMethod): bool
60
61
foreach ($classMethod->getAttrGroups() as $attrGroup) {
62
foreach ($attrGroup->attrs as $attribute) {
63
- if($attribute->name->toString() === 'PHPUnit\\Framework\\Attributes\\Test'){
+ if ($attribute->name->toString() === 'PHPUnit\\Framework\\Attributes\\Test') {
64
return true;
65
}
66
0 commit comments