diff --git a/cli.php b/cli.php index f1dd915..529adb4 100644 --- a/cli.php +++ b/cli.php @@ -170,6 +170,7 @@ class cli if ($found === FALSE) die ("Method '$method' not available in class '$class'\n"); $min = 0; $max = 0; + $paramsConst = array (); try { $r = new ReflectionMethod ($class, "__construct");