We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba205e commit d65bd82Copy full SHA for d65bd82
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