Completed
Push — master ( 3fea7a...4c44c6 )
by recca
01:50
created
src/Criteria.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
      * push.
50 50
      *
51
-     * @param \Recca0120\Repository\Core\Action $action
51
+     * @param Action $action
52 52
      * @return self
53 53
      */
54 54
     public function push(Action $action)
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
      * alias raw.
81 81
      *
82 82
      * @param mixed $value
83
-     * @return \Recca0120\Repository\CriteriaExpression
83
+     * @return Expression
84 84
      */
85 85
     public static function expr($value)
86 86
     {
Please login to merge, or discard this patch.
src/EloquentRepository.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
      * get.
31 31
      *
32 32
      * @param \Recca0120\Repository\Criteria|array $criteria
33
-     * @param array                                $orderBy
34 33
      * @param int                                  $limit
35 34
      * @param int                                  $offset
36 35
      * @return \Illuminate\Support\Collection
Please login to merge, or discard this patch.