Completed
Push — master ( f0a67b...3b5eef )
by recca
02:02
created
src/Criteria.php 1 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 ReflectionClass;
6 5
 use BadMethodCallException;
6
+use ReflectionClass;
7 7
 
8 8
 class Criteria
9 9
 {
Please login to merge, or discard this patch.
src/EloquentRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
      *
124 124
      * @param array $attributes
125 125
      * @param bool $forceFill
126
-     * @return mixed
126
+     * @return Model
127 127
      */
128 128
     public function create($attributes, $forceFill = false)
129 129
     {
Please login to merge, or discard this patch.