Completed
Push — master ( 8aed6d...e71704 )
by Brad
02:25
created
src/Protocol/HttpProtocol.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -80,6 +80,9 @@
 block discarded – undo
80 80
         $conn->write($response);
81 81
     }
82 82
 
83
+    /**
84
+     * @param string $file
85
+     */
83 86
     protected function serveFile(SocketConnection $conn, $file)
84 87
     {
85 88
         if(($path = realpath($file)) === null){
Please login to merge, or discard this patch.