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:
parent
866a2e1c9e
commit
419a4a9f79
14 changed files with 53 additions and 55 deletions
|
|
@ -148,7 +148,7 @@ class Argv extends Input\AbstractInputHandler
|
|||
? $a->name()
|
||||
: $argumentCount
|
||||
] = $token;
|
||||
$argumentCount++;
|
||||
++$argumentCount;
|
||||
break;
|
||||
}
|
||||
$it->next();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue