Completed
Push — master ( fe4241...d83d82 )
by Nicolas
12:45
created
Repositories/Eloquent/EloquentBlockRepository.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 {
12 12
     /**
13 13
      * @param mixed $data
14
-     * @return mixed
14
+     * @return \Illuminate\Database\Eloquent\Model
15 15
      */
16 16
     public function create($data)
17 17
     {
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
     }
177 177
 
178 178
     /**
179
-     * @return mixed
179
+     * @return integer
180 180
      */
181 181
     private function findHighestIncrement($list)
182 182
     {
Please login to merge, or discard this patch.