Completed
Push — master ( 5addd2...7300e4 )
by Arjay
01:36
created
src/Engines/QueryBuilderEngine.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/Engines/BaseEngine.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -765,7 +765,7 @@
 block discarded – undo
765 765
      * Convert the object to its JSON representation.
766 766
      *
767 767
      * @param  int $options
768
-     * @return string
768
+     * @return JsonResponse
769 769
      */
770 770
     public function toJson($options = 0)
771 771
     {
Please login to merge, or discard this patch.