Completed
Pull Request — master (#14)
by Anton
02:01 queued 42s
created
src/BuiltinServerFactory.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -59,6 +59,10 @@
 block discarded – undo
59 59
         });
60 60
     }
61 61
 
62
+    /**
63
+     * @param string $host
64
+     * @param integer $retry
65
+     */
62 66
     protected function createInternalWithRetryAsync($host, $docroot, $router, $retry)
63 67
     {
64 68
         return $this
Please login to merge, or discard this patch.