Completed
Pull Request — master (#42)
by Daniel
09:29
created
lib/SourceFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.