Completed
Push — master ( 1f4971...3a4844 )
by Arjay
01:15
created
src/Services/DataTable.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
     /**
236 236
      * Get printable columns.
237 237
      *
238
-     * @return array|string
238
+     * @return Collection
239 239
      */
240 240
     protected function printColumns()
241 241
     {
@@ -295,7 +295,7 @@  discard block
 block discarded – undo
295 295
     /**
296 296
      * Map ajax response to columns definition.
297 297
      *
298
-     * @param mixed $columns
298
+     * @param Collection $columns
299 299
      * @param string $type
300 300
      * @return array
301 301
      */
@@ -447,7 +447,7 @@  discard block
 block discarded – undo
447 447
     /**
448 448
      * Get export columns definition.
449 449
      *
450
-     * @return array|string
450
+     * @return Collection
451 451
      */
452 452
     private function exportColumns()
453 453
     {
Please login to merge, or discard this patch.