diff --git a/cli.php b/cli.php index 81740b5..afdddfc 100644 --- a/cli.php +++ b/cli.php @@ -39,7 +39,7 @@ class cli } /** Define the controllers path - * @param string|array The controllers pathes to use + * @param string|array $path The controllers pathes to use */ public function controllersDir ($path) { @@ -49,7 +49,7 @@ class cli } /** Define the models path - * @param string|array The models pathes to use + * @param string|array $path The models pathes to use */ public function modelsDir ($path) {