Browse Source

Clean up style

Enrico Werkema 6 years ago
parent
commit
2153bbdccd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Commands/GenerateDocumentation.php

+ 1 - 1
src/Commands/GenerateDocumentation.php

@@ -261,7 +261,7 @@ class GenerateDocumentation extends Command
     /**
      * Checks config if it should generate Postman collection.
      *
-     * @return boolean
+     * @return bool
      */
     private function shouldGeneratePostmanCollection()
     {