nategood / commando

An Elegant CLI Library for PHP
MIT License
798 stars 80 forks source link

ArrayAccess accepts integers, too #111

Open BenMorel opened 3 years ago

BenMorel commented 3 years ago

Options can be accessed using numeric keys, like $command[0]. It would be nice to reflect this in the docblock type, to please static analyzers.