Completed
Pull Request — master (#34)
by Daniel
02:19
created
lib/CellFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         return $column->createHeader($gridContext, $options);
49 49
     }
50 50
 
51
+    /**
52
+     * @param string $columnName
53
+     */
51 54
     private function resolveOptions($columnName, ColumnInterface $column, array $options)
52 55
     {
53 56
         $resolver = new OptionsResolver();
Please login to merge, or discard this patch.