@@ -200,7 +200,7 @@ |
||
200 | 200 | * |
201 | 201 | * @return boolean|array |
202 | 202 | */ |
203 | - public static function getopt($options , $longopts = []) |
|
203 | + public static function getopt($options, $longopts = []) |
|
204 | 204 | { |
205 | 205 | if (strpos($options, 'f:') === false) { |
206 | 206 | $options .= 'f:'; |