@@ -61,7 +61,7 @@ |
||
| 61 | 61 | return array_merge( |
| 62 | 62 | array_filter( |
| 63 | 63 | $this->items, |
| 64 | - function (WzItemInterface $item) use ($level) { |
|
| 64 | + function(WzItemInterface $item) use ($level) { |
|
| 65 | 65 | return $item->getLevel() == $level; |
| 66 | 66 | } |
| 67 | 67 | ) |