This commit is contained in:
Paula Quispe
2019-08-16 10:05:52 -04:00
parent 052ad71fe6
commit e12dae3c63
2 changed files with 9 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ class Console_Getopt {
* @access private
*
*/
function _parseShortOption($arg, $short_options, &$opts, &$args)
public static function _parseShortOption($arg, $short_options, &$opts, &$args)
{
for ($i = 0; $i < strlen($arg); $i++) {
$opt = $arg{$i};