11
0
Fork 0
mirror of https://github.com/n3w/helpers-cli-input.git synced 2025-12-20 21:23:24 +00:00

Code tidy

This commit is contained in:
Alannah Kearney 2019-05-27 00:22:25 +10:00
commit 419a4a9f79
14 changed files with 53 additions and 55 deletions

View file

@ -148,7 +148,7 @@ class Argv extends Input\AbstractInputHandler
? $a->name()
: $argumentCount
] = $token;
$argumentCount++;
++$argumentCount;
break;
}
$it->next();