Completed
Pull Request — master (#5)
by
unknown
02:53
created
src/factory/WriterFactory.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -21,6 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     /**
23 23
      * @inheritdoc
24
+     * @param string $writerType
24 25
      */
25 26
     public static function create($writerType)
26 27
     {
Please login to merge, or discard this patch.
src/mappers/ColumnValueMapper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -75,6 +75,9 @@
 block discarded – undo
75 75
         return $row;
76 76
     }
77 77
 
78
+    /**
79
+     * @param DataColumn $column
80
+     */
78 81
     protected function getColumnValue($column, $model, $key, $index)
79 82
     {
80 83
         $value = $column->renderDataCell($model, $key, $index);
Please login to merge, or discard this patch.