Skip to content

Commit 10b9af0

Browse files
committed
fixup! fixup! fixup! fixup! [code-quality] Add DeclareStrictTypesTestsRector
1 parent 1b96199 commit 10b9af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/CodeQuality/Rector/StmtsAwareInterface/DeclareStrictTypesTestsRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private function shouldSkipNodes(array $nodes, File $file): bool
141141
private function hasPHPUnitTestClass(array $nodes): bool
142142
{
143143
$class = $this->betterNodeFinder->findFirstNonAnonymousClass($nodes);
144-
if (!$class instanceof Class_) {
144+
if (! $class instanceof Class_) {
145145
return false;
146146
}
147147

0 commit comments

Comments
 (0)