Test Failed
Branch 1.0.0 (84f469)
by Zaahid
05:36
created
src/Message.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
         );
182 182
         return array_values(array_filter(
183 183
             $parts,
184
-            function ($part) {
184
+            function($part) {
185 185
                 return !(
186 186
                     $part->isTextPart()
187 187
                     && $part->getContentDisposition() === 'inline'
Please login to merge, or discard this patch.