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 d5bbd7b commit fcd6f35Copy full SHA for fcd6f35
src/Mpociot/ApiDoc/Commands/GenerateDocumentation.php
@@ -159,7 +159,7 @@ private function writeMarkdown($parsedRoutes)
159
}
160
161
$prependFileContents = file_exists($prependFile)
162
- ?file_get_contents($prependFile)."\n" : '';
+ ? file_get_contents($prependFile)."\n" : '';
163
$appendFileContents = file_exists($appendFile)
164
? "\n".file_get_contents($appendFile) : '';
165
0 commit comments