Skip to content

Commit d65bd82

Browse files
committed
Update phpdox
Fix for #192 from upstream.
1 parent 9ba205e commit d65bd82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpdox

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ if (!$found) {
5959
die(1);
6060
}
6161

62-
(new TheSeer\phpDox\Factory())->getCLI()->run(
62+
$factory = new TheSeer\phpDox\Factory();
63+
$factory->getCLI()->run(
6364
new TheSeer\phpDox\CLIOptions($_SERVER['argv'])
6465
);

0 commit comments

Comments
 (0)