shalvah %!s(int64=6) %!d(string=hai) anos
pai
achega
fcd6f350f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) : '';