From 8f2767ce99c3aab33871bbd165dfc0ff8b8c73d8 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 28 Feb 2014 09:27:22 +0000 Subject: [PATCH] Cosmetic change : add a blank line git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1214 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.php b/cli.php index 96b0116..28690ab 100644 --- a/cli.php +++ b/cli.php @@ -1,5 +1,4 @@ run(); */ $key = reset (array_keys ($argv, "-")); $argv[$key] = file_get_contents ("php://stdin"); } + // TODO : Manage a parameter in the constructor of the class $r = new $class; switch (count ($argv))