Completed
Pull Request — master (#961)
by
unknown
08:17
created
src/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      * Check if Datatables must uses regular expressions
42 42
      *
43 43
      * @param integer $index
44
-     * @return string
44
+     * @return boolean
45 45
      */
46 46
     public function isRegex($index)
47 47
     {
Please login to merge, or discard this patch.
src/Engines/QueryBuilderEngine.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -580,7 +580,7 @@
 block discarded – undo
580 580
      * Compile queries for column search.
581 581
      *
582 582
      * @param int $i
583
-     * @param mixed $column
583
+     * @param string $column
584 584
      * @param string $keyword
585 585
      */
586 586
     protected function compileColumnSearch($i, $column, $keyword)
Please login to merge, or discard this patch.