We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b13c0 commit 8756107Copy full SHA for 8756107
bin/phpdoc-md
@@ -71,7 +71,7 @@ foreach ($config->classes as $className) {
71
}
72
73
// Step 4. generate main README.md with all links to generated docs files
74
-info(sprintf('Generating %s/README.md - documentation entry point', $destDir), $verbose);
+info(sprintf('Generating %s/README.md - documentation entry point', $config->destDirectory), $verbose);
75
file_put_contents($config->destDirectory . '/README.md', $readme);
76
info('All done', $verbose);
77
0 commit comments