Skip to content

Commit 9e21873

Browse files
committed
Merge pull request #194 from DannyvdSluijs/master
Preserve PHP 5.3 compliance
2 parents 9ba205e + d65bd82 commit 9e21873

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)