From 7864fe86283e8e7ea7477bcff24d087c7e8d6681 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Tue, 13 Mar 2018 08:01:19 +0000 Subject: [PATCH] Cli : update to solve domci git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4159 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- cli.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {