Skip to content

Commit 9b03018

Browse files
committed
remove useless todo
1 parent be32770 commit 9b03018

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Rules/FunctionCallParametersCheck.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,6 @@ private function processArguments(
533533
$originalParameters = $expandedOriginalParameters;
534534
$newArguments = [];
535535

536-
// TODO: check isVariadic usages in below code - they may not be necessary anymore.
537536
$namedArgumentAlreadyOccurred = false;
538537
foreach ($arguments as $i => [$argumentValue, $argumentValueType, $unpack, $argumentName, $argumentLine]) {
539538
if ($argumentName === null) {

0 commit comments

Comments
 (0)