@@ -27,7 +27,7 @@ |
||
27 | 27 | } |
28 | 28 | |
29 | 29 | public function createHeader(GridContext $gridContext, string $columnName, string $typeName, array $options): Header |
30 | - n { |
|
30 | + n { |
|
31 | 31 | $column = $this->registry->get($typeName); |
32 | 32 | $options = $this->resolveOptions($columnName, $column, $options); |
33 | 33 |