Completed
Pull Request — master (#24)
by
unknown
02:23
created
src/Http/Request.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -161,6 +161,10 @@
 block discarded – undo
161 161
         return false;
162 162
     }
163 163
 
164
+    /**
165
+     * @param resource $stream
166
+     * @param string $boundary
167
+     */
164 168
     private function parseMultipartFormData($stream, $boundary) {
165 169
         $post = "";
166 170
         $files = [];
Please login to merge, or discard this patch.