Skip to content

Commit a7a510f

Browse files
committed
cs
1 parent a20a073 commit a7a510f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/CodeQuality/Rector/Class_/ControllerMethodInjectionToConstructorRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function refactor(Node $node): ?Node
171171

172172
private function shouldSkipClassMethod(ClassMethod $classMethod): bool
173173
{
174-
if ($classMethod->isMagic() && !$this->isName($classMethod->name, MethodName::INVOKE)) {
174+
if ($classMethod->isMagic() && ! $this->isName($classMethod->name, MethodName::INVOKE)) {
175175
return true;
176176
}
177177

0 commit comments

Comments
 (0)