Completed
Push — master ( 04c6f6...e0d895 )
by recca
01:36
created
src/Criteria.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      *
26 26
      * @param  string  $method
27 27
      * @param  array   $parameters
28
-     * @return mixed
28
+     * @return Criteria
29 29
      *
30 30
      * @throws \BadMethodCallException
31 31
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\Repository;
4 4
 
5
-use Closure;
6 5
 use BadMethodCallException;
6
+use Closure;
7 7
 use Illuminate\Support\Str;
8 8
 
9 9
 class Criteria
Please login to merge, or discard this patch.