PMC-1067
This commit is contained in:
2
thirdparty/pear/Console/Getopt.php
vendored
2
thirdparty/pear/Console/Getopt.php
vendored
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user