We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ba205e + d65bd82 commit 9e21873Copy full SHA for 9e21873
phpdox
@@ -59,6 +59,7 @@ if (!$found) {
59
die(1);
60
}
61
62
-(new TheSeer\phpDox\Factory())->getCLI()->run(
+$factory = new TheSeer\phpDox\Factory();
63
+$factory->getCLI()->run(
64
new TheSeer\phpDox\CLIOptions($_SERVER['argv'])
65
);
0 commit comments