Completed
Push — 5.x ( f00a37...ac0e87 )
by Lars
05:38
created
lib/classes/Swift/Mime/Attachment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,6 +167,6 @@
 block discarded – undo
167 167
         }
168 168
         $extension = Swift::strtolowerWithStaticCache($extension);
169 169
 
170
-        return (string)$extension;
170
+        return (string) $extension;
171 171
     }
172 172
 }
Please login to merge, or discard this patch.