@@ -92,11 +92,11 @@ discard block |
||
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 |
||
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; |