@@ -109,8 +109,7 @@ discard block |
||
109 | 109 | $this->changeAttributesInAccordanceWithStretch(); |
110 | 110 | } |
111 | 111 | $this->attributes['alt'] = (isset($this->attributes['alt'])) ? |
112 | - htmlspecialchars($this->attributes['alt'], ENT_QUOTES) : |
|
113 | - ''; |
|
112 | + htmlspecialchars($this->attributes['alt'], ENT_QUOTES) : ''; |
|
114 | 113 | } |
115 | 114 | |
116 | 115 | private function changeAttributesInAccordanceWithStretch() |
@@ -239,7 +238,7 @@ discard block |
||
239 | 238 | */ |
240 | 239 | public function isExists() |
241 | 240 | { |
242 | - return (file_exists($this->getAbsPath(true))) ? true : false ; |
|
241 | + return (file_exists($this->getAbsPath(true))) ? true : false; |
|
243 | 242 | } |
244 | 243 | |
245 | 244 | /** |