Completed
Push — master ( e98ec0...b5ecb4 )
by Arjay
07:49
created
src/QueryDataTable.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -450,7 +450,7 @@
 block discarded – undo
450 450
     /**
451 451
      * Prepare count query builder.
452 452
      *
453
-     * @return \Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder
453
+     * @return string
454 454
      */
455 455
     protected function prepareCountQuery()
456 456
     {
Please login to merge, or discard this patch.
src/CollectionDataTable.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -226,8 +226,7 @@
 block discarded – undo
226 226
                 if (!$value || is_array($value)) {
227 227
                     if (!is_numeric($value)) {
228 228
                         continue;
229
-                    } 
230
-                    else {
229
+                    } else {
231 230
                         $value = (string) $value;
232 231
                     }
233 232
                 }
Please login to merge, or discard this patch.