@@ -195,7 +195,7 @@ |
||
195 | 195 | */ |
196 | 196 | public static function getBooleanAttribute(DOMElement $xml, string $name, ?bool $default = null): ?bool |
197 | 197 | { |
198 | - try { |
|
198 | + try { |
|
199 | 199 | $value = self::getAttribute($xml, $name); |
200 | 200 | } catch (MissingAttributeException $e) { |
201 | 201 | if (func_num_args() === 3) { |