Completed
Push — master ( 928d8a...2f7023 )
by Arjay
07:15
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
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@
 block discarded – undo
216 216
     protected function defaultOrdering()
217 217
     {
218 218
         $criteria = $this->request->orderableColumns();
219
-        if (! empty($criteria)) {
219
+        if (!empty($criteria)) {
220 220
             $sorter = function ($a, $b) use ($criteria) {
221 221
                 foreach ($criteria as $orderable) {
222 222
                     $column = $this->getColumnName($orderable['column']);
Please login to merge, or discard this patch.