Browse Source

Fix style

shalvah 6 years ago
parent
commit
fcd6f350f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Mpociot/ApiDoc/Commands/GenerateDocumentation.php

+ 1 - 1
src/Mpociot/ApiDoc/Commands/GenerateDocumentation.php

@@ -159,7 +159,7 @@ class GenerateDocumentation extends Command
         }
 
         $prependFileContents = file_exists($prependFile)
-            ?file_get_contents($prependFile)."\n" : '';
+            ? file_get_contents($prependFile)."\n" : '';
         $appendFileContents = file_exists($appendFile)
             ? "\n".file_get_contents($appendFile) : '';