Completed
Branch master (5a0d9f)
by Caio
02:31
created
src/AttacherManager.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,8 +51,9 @@
 block discarded – undo
51 51
         $imageProcessor           = $this->getImageProcessor();
52 52
         $processing_style_routine = $this->extractStyleRoutineMethods($attacherImage);
53 53
 
54
-        if ( empty($processing_style_routine) )
55
-            return false;
54
+        if ( empty($processing_style_routine) ) {
55
+                    return false;
56
+        }
56 57
 
57 58
         foreach ($processing_style_routine as $style_name => $method)
58 59
         {
Please login to merge, or discard this patch.