@@ -51,8 +51,9 @@ |
||
| 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 | { |