Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jan 24, 2020
1 parent 9f077f5 commit 548c9f7
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -100,8 +100,6 @@ public static function analyze(
}

if ($original_function_id === 'call_user_func_array' && isset($stmt->args[1])) {
$other_args = \array_slice($stmt->args, 1);

$stmt = new PhpParser\Node\Expr\FuncCall(
$stmt->args[0]->value,
[new PhpParser\Node\Arg($stmt->args[1]->value, false, true)],
Expand Down

0 comments on commit 548c9f7

Please sign in to comment.