Completed
Push — master ( a03831...3c2f5f )
by Tobias
07:00 queued 01:32
created
src/Http/Request.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -151,6 +151,10 @@
 block discarded – undo
151 151
         return $post ?: [];
152 152
     }
153 153
 
154
+    /**
155
+     * @param resource $stream
156
+     * @param string $boundary
157
+     */
154 158
     private function parseMultipartFormData($stream, $boundary) {
155 159
         $post = "";
156 160
         $files = [];
Please login to merge, or discard this patch.