Completed
Push — master ( ffeb80...e44c51 )
by Tim
17:42
created
Classes/ViewHelpers/ImageViewHelper.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
 
113 113
             $focusTag = '<div class="' . $additionalClassDiv . '" data-image-imageSrc="' . $this->tag->getAttribute('src') . '" data-focus-x="' . ($focusPointX / 100) . '" data-focus-y="' . ($focusPointY / 100) . '" data-image-w="' . $this->tag->getAttribute('width') . '" data-image-h="' . $this->tag->getAttribute('height') . '">';
114 114
             return $focusTag . $this->tag->render() . '</div>';
115
-        }  else {
115
+        } else {
116 116
             return 'Missing internal image!';
117 117
         }
118 118
     }
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
 
113 113
             $focusTag = '<div class="' . $additionalClassDiv . '" data-image-imageSrc="' . $this->tag->getAttribute('src') . '" data-focus-x="' . ($focusPointX / 100) . '" data-focus-y="' . ($focusPointY / 100) . '" data-image-w="' . $this->tag->getAttribute('width') . '" data-image-h="' . $this->tag->getAttribute('height') . '">';
114 114
             return $focusTag . $this->tag->render() . '</div>';
115
-        }  else {
115
+        } else {
116 116
             return 'Missing internal image!';
117 117
         }
118 118
     }
Please login to merge, or discard this patch.