Completed
Push — master ( 3fea7a...4c44c6 )
by recca
01:50
created
src/Criteria.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\Repository;
4 4
 
5
-use ReflectionClass;
6 5
 use BadMethodCallException;
7 6
 use Recca0120\Repository\Helper\Action;
7
+use ReflectionClass;
8 8
 
9 9
 class Criteria
10 10
 {
Please login to merge, or discard this 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.