@@ -310,7 +310,7 @@ |
||
310 | 310 | // Filter out all nodes of the specified type |
311 | 311 | $this->data[$entityType][$path] = array_filter( |
312 | 312 | $this->data[$entityType][$path], |
313 | - static function ($node) use ($index) { |
|
313 | + static function($node) use ($index) { |
|
314 | 314 | return empty($node['type']) || $node['type'] !== $index; |
315 | 315 | } |
316 | 316 | ); |