Cli : update to solve domci

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4159 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2018-03-13 08:01:19 +00:00
parent ed1e4ee167
commit 7864fe8628

View File

@@ -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)
{