shalvah 6 lat temu
rodzic
commit
fcd6f350f5

+ 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) : '';