Skip to content

Commit

Permalink
Merge pull request #194 from DannyvdSluijs/master
Browse files Browse the repository at this point in the history
Preserve PHP 5.3 compliance
  • Loading branch information
theseer committed Jan 10, 2015
2 parents 9ba205e + d65bd82 commit 9e21873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpdox
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
);

0 comments on commit 9e21873

Please sign in to comment.