Completed
Push — master ( fbcf93...3e61fd )
by Aurimas
06:30 queued 03:13
created
src/ParseMultiPartBodyModifier.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -67,6 +67,10 @@  discard block
 block discarded – undo
67 67
             ->withUploadedFiles($files);
68 68
     }
69 69
 
70
+    /**
71
+     * @param resource|null $body
72
+     * @param string|null $boundary
73
+     */
70 74
     private function parseFile($body, $boundary, $partInfo, &$files)
71 75
     {
72 76
         $tempDir = sys_get_temp_dir();
@@ -139,6 +143,10 @@  discard block
 block discarded – undo
139 143
         );
140 144
     }
141 145
 
146
+    /**
147
+     * @param resource|null $body
148
+     * @param string|null $boundary
149
+     */
142 150
     private function parseVariable($body, $boundary, $name, &$variables)
143 151
     {
144 152
         $fullValue = '';
Please login to merge, or discard this patch.