Completed
Pull Request — master (#457)
by
unknown
01:36
created
src/Postman/CollectionWriter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -90,6 +90,9 @@
 block discarded – undo
90 90
         return config('apidoc.postman.excluded_headers', []);
91 91
     }
92 92
 
93
+    /**
94
+     * @param string $mode
95
+     */
93 96
     protected function getRequest($route, $mode)
94 97
     {
95 98
         return [
Please login to merge, or discard this patch.