Completed
Push — master ( 514c67...2af423 )
by Arjay
03:04
created
src/Engines/QueryBuilderEngine.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -309,7 +309,7 @@
 block discarded – undo
309 309
      * Perform case insensitive column search.
310 310
      *
311 311
      * @param int $i
312
-     * @param mixed $column
312
+     * @param string $column
313 313
      * @param string $keyword
314 314
      */
315 315
     protected function caseInsensitiveColumnSearch($i, $column, $keyword)
Please login to merge, or discard this patch.
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.
src/Generators/DataTablesMakeCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
      * Replace model name.
78 78
      *
79 79
      * @param string $stub
80
-     * @return mixed
80
+     * @return DataTablesMakeCommand
81 81
      */
82 82
     protected function replaceModel(&$stub)
83 83
     {
Please login to merge, or discard this patch.