Completed
Push — master ( 42b3e6...c7cf7f )
by Zaahid
02:29
created
src/MessageParser.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -186,8 +186,7 @@
 block discarded – undo
186 186
             $parent = $parent->getParent();
187 187
             // $boundary used by next call to readPartContent
188 188
             $boundary = $parent !== null ?
189
-                $parent->getHeaderParameter('Content-Type', 'boundary') :
190
-                $boundary;
189
+                $parent->getHeaderParameter('Content-Type', 'boundary') : $boundary;
191 190
             $skipPart = true;
192 191
         }
193 192
         $nextPart = $this->partFactory->newMimePart();
Please login to merge, or discard this patch.