@@ -172,9 +172,9 @@ |
||
| 172 | 172 | |
| 173 | 173 | private static function exists(?\SimpleXMLElement $element, string $property): string |
| 174 | 174 | { |
| 175 | - if ($element === null) { |
|
| 176 | - return ''; |
|
| 177 | - } |
|
| 175 | + if ($element === null) { |
|
| 176 | + return ''; |
|
| 177 | + } |
|
| 178 | 178 | return isset($element->{$property}) ? ((string) $element->{$property}) : ''; |
| 179 | 179 | } |
| 180 | 180 | |