Completed
Push — master ( 22cf49...26096c )
by Tim
17s queued 13s
created
Classes/Xclass/Frontend/ContentObject/ContentObjectRenderer.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -92,11 +92,11 @@  discard block
 block discarded – undo
92 92
         }
93 93
 
94 94
         $imageTagValues = [
95
-            'width'               => (int)$info[0],
96
-            'height'              => (int)$info[1],
95
+            'width'               => (int) $info[0],
96
+            'height'              => (int) $info[1],
97 97
             'params'              => $params,
98 98
             'altParams'           => $altParam,
99
-            'border'              => $this->getBorderAttr(' border="' . (int)$conf['border'] . '"'),
99
+            'border'              => $this->getBorderAttr(' border="' . (int) $conf['border'] . '"'),
100 100
             'sourceCollection'    => $sourceCollection,
101 101
             'selfClosingTagSlash' => !empty($tsfe->xhtmlDoctype) ? ' /' : '',
102 102
         ];
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
             $theValue = $this->imageLinkWrap($theValue, $originalFile, $conf['imageLinkWrap.']);
125 125
         }
126 126
         $wrap = isset($conf['wrap.']) ? $this->stdWrap($conf['wrap'], $conf['wrap.']) : $conf['wrap'];
127
-        if ((string)$wrap !== '') {
127
+        if ((string) $wrap !== '') {
128 128
             $theValue = $this->wrap($theValue, $conf['wrap']);
129 129
         }
130 130
         return $theValue;
Please login to merge, or discard this patch.