Skip to content

Commit 1ee1bc0

Browse files
committed
[ci-review] Rector Rectify
1 parent f640392 commit 1ee1bc0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rules/CodeQuality/Rector/MethodCall/AssertTrueFalseToSpecificMethodRector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ private function moveFunctionArgumentsUp(MethodCall|StaticCall $node): void
182182
return;
183183
}
184184

185-
186185
$funcCallOrEmptyNodeArgs = $funcCallOrEmptyNode->getArgs();
187186
$oldArguments = $node->getArgs();
188187
unset($oldArguments[0]);

0 commit comments

Comments
 (0)