Completed
Pull Request — master (#81)
by Michal
01:58
created
src/Handlers/OpenApiHandler.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -294,6 +294,9 @@  discard block
 block discarded – undo
294 294
         return rtrim(str_replace($baseUrl, '', $basePath), '/');
295 295
     }
296 296
 
297
+    /**
298
+     * @param string $path2
299
+     */
297 300
     private function getLongestCommonSubstring($path1, $path2)
298 301
     {
299 302
         if ($path1 === null) {
@@ -436,6 +439,9 @@  discard block
 block discarded – undo
436 439
         return null;
437 440
     }
438 441
 
442
+    /**
443
+     * @param string $type
444
+     */
439 445
     private function createIn($type)
440 446
     {
441 447
         if ($type == InputParam::TYPE_GET) {
Please login to merge, or discard this patch.