Completed
Pull Request — master (#17)
by
unknown
02:09
created
src/MimeParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -163,6 +163,9 @@
 block discarded – undo
163 163
         return trim($row,"\r\n");
164 164
     }
165 165
 
166
+    /**
167
+     * @param resource $stream
168
+     */
166 169
     protected function parseParts($stream, array $part): array
167 170
     {
168 171
         while (!feof($stream)) {
Please login to merge, or discard this patch.