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 b461b50 commit 716c00cCopy full SHA for 716c00c
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