Passed
Push — main ( 0bc1d8...737b8a )
by Yasser
07:53
created
src/Base/Query/ConditionGroup.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
     /**
22 22
      * @param  Order[]               $orders
23
-     * @param  Cursor|int[]|string[] $cursor
23
+     * @param  Cursor $cursor
24 24
      * @param  Direction             $direction
25 25
      * @param  bool                  $exclusive
26 26
      * @param  bool                  $isSupportQuery
Please login to merge, or discard this patch.
src/Base/Query/Order.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @param $order
51
+     * @param string $order
52 52
      * @return string
53 53
      */
54 54
     protected static function validate($order)
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     }
62 62
 
63 63
     /**
64
-     * @return array
64
+     * @return string[]
65 65
      */
66 66
     public function toArray()
67 67
     {
Please login to merge, or discard this patch.
src/Base/Query/SelectOrUnionAll.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 {
13 13
     /**
14 14
      * @param  Order[]                $orders
15
-     * @param  Cursor|int[]|string[]  $cursor
15
+     * @param  Cursor  $cursor
16 16
      * @param  Limit                  $limit
17 17
      * @param  Direction              $direction
18 18
      * @param  bool                   $exclusive
Please login to merge, or discard this patch.
src/Paginator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     use Macroable, HasProcessor;
23 23
 
24 24
     /**
25
-     * @param  \Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Eloquent\Relations\Relation|\Illuminate\Database\Query\Builder $builder
25
+     * @param  MacroServiceProvider $builder
26 26
      * @return static
27 27
      */
28 28
     public static function create($builder)
Please login to merge, or discard this patch.
src/Helpers/helpers.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,4 @@
 block discarded – undo
1 1
 <?php 
2
-use Illuminate\Support\Facades\Route;
3 2
 
4 3
 if(!function_exists('urlsafe_b64encode')){
5 4
     function urlsafe_b64encode($string) {
Please login to merge, or discard this patch.