@@ -67,7 +67,7 @@ |
||
| 67 | 67 | */ |
| 68 | 68 | private function bootInheritance(\SplStack $stack, array $children = []): void |
| 69 | 69 | { |
| 70 | - $push = function (string $type) use ($stack): void { |
|
| 70 | + $push = function(string $type) use ($stack): void { |
|
| 71 | 71 | self::$inheritance[$type] = \array_values(\iterator_to_array($stack)); |
| 72 | 72 | self::$inheritance[$type][] = static::ROOT_TYPE; |
| 73 | 73 | |