Completed
Pull Request — master (#482)
by
unknown
02:36
created
src/Engines/BaseEngine.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -770,7 +770,7 @@
 block discarded – undo
770 770
      * Get column name by order column index.
771 771
      *
772 772
      * @param int $index
773
-     * @return mixed
773
+     * @return boolean|string
774 774
      */
775 775
     protected function getColumnNameByIndex($index)
776 776
     {
Please login to merge, or discard this patch.
src/Datatables.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     /**
128 128
      * Get request object.
129 129
      *
130
-     * @return \Yajra\Datatables\Request|static
130
+     * @return Request
131 131
      */
132 132
     public function getRequest()
133 133
     {
Please login to merge, or discard this patch.