Skip to content

Commit

Permalink
Fix b0dfac6
Browse files Browse the repository at this point in the history
  • Loading branch information
Muqsit committed Nov 4, 2022
1 parent b0dfac6 commit ec6e5db
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ public function run(Parser $parser, Expression $expression) : Expression{
$found = true;
++$changes;
}

$token->argument_count = count($entry) - 1;
}
}
unset($entry);
Expand Down

0 comments on commit ec6e5db

Please sign in to comment.