Completed
Pull Request — master (#25)
by Michal
15:14 queued 12:43
created
src/Handlers/SwaggerHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -166,6 +166,9 @@
 block discarded – undo
166 166
         }, $handler->params());
167 167
     }
168 168
     
169
+    /**
170
+     * @param string $type
171
+     */
169 172
     private function createIn($type)
170 173
     {
171 174
         if ($type == InputParam::TYPE_GET) {
Please login to merge, or discard this patch.