Completed
Pull Request — master (#59)
by Tobias
01:46
created
src/Http/Request.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -153,6 +153,9 @@
 block discarded – undo
153 153
         return $post ?: [];
154 154
     }
155 155
 
156
+    /**
157
+     * @param resource $stream
158
+     */
156 159
     private function parseMultipartFormData($stream, string $boundary): array {
157 160
         $post = "";
158 161
         $files = [];
Please login to merge, or discard this patch.