From d65bd828b11659c77e562a95f8af4ac5c50f2ea0 Mon Sep 17 00:00:00 2001 From: Danny van der Sluys Date: Sat, 10 Jan 2015 21:05:38 +0100 Subject: [PATCH] Update phpdox Fix for #192 from upstream. --- phpdox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpdox b/phpdox index 6b910810..75cb42f6 100755 --- a/phpdox +++ b/phpdox @@ -59,6 +59,7 @@ if (!$found) { die(1); } -(new TheSeer\phpDox\Factory())->getCLI()->run( +$factory = new TheSeer\phpDox\Factory(); +$factory->getCLI()->run( new TheSeer\phpDox\CLIOptions($_SERVER['argv']) );