Completed
Push — master ( 4db12a...16d0ae )
by WEBEWEB
02:00
created
Factory/DataTablesFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      *
39 39
      * @param array $rawColumn The raw column.
40 40
      * @param DataTablesWrapper $wrapper The wrapper.
41
-     * @return DataTablesColumnInterface Returns the column.
41
+     * @return null|\WBW\Bundle\JQuery\DataTablesBundle\API\DataTablesColumn Returns the column.
42 42
      */
43 43
     public static function parseColumn(array $rawColumn, DataTablesWrapper $wrapper) {
44 44
 
Please login to merge, or discard this patch.
API/DataTablesColumn.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -415,7 +415,7 @@
 block discarded – undo
415 415
     /**
416 416
      * Set the data.
417 417
      *
418
-     * @param integer|string $data The data.
418
+     * @param string $data The data.
419 419
      * @return DataTablesColumn Returns this column.
420 420
      */
421 421
     protected function setData($data) {
Please login to merge, or discard this patch.