@@ -278,7 +278,7 @@ |
||
| 278 | 278 | return $this->$arg1($this->$arg2); |
| 279 | 279 | } |
| 280 | 280 | |
| 281 | - if (\in_array($key, ['dom','node','doc'])) { |
|
| 281 | + if (\in_array($key, ['dom', 'node', 'doc'])) { |
|
| 282 | 282 | return null; |
| 283 | 283 | } |
| 284 | 284 | |
@@ -226,7 +226,7 @@ |
||
| 226 | 226 | */ |
| 227 | 227 | public function offsetSet($key, $value) |
| 228 | 228 | { |
| 229 | - if (\in_array($key, ['_path','dom','doc','node'])) |
|
| 229 | + if (\in_array($key, ['_path', 'dom', 'doc', 'node'])) |
|
| 230 | 230 | { |
| 231 | 231 | return; |
| 232 | 232 | } |