Completed
Push — master ( eddec1...1fdb05 )
by Nicolas
03:17
created
Providers/RouteServiceProvider.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
     protected $namespace = 'Modules\Block\Http\Controllers';
12 12
 
13 13
     /**
14
-     * @return string
14
+     * @return boolean
15 15
      */
16 16
     protected function getFrontendRoute()
17 17
     {
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     }
28 28
 
29 29
     /**
30
-     * @return string
30
+     * @return boolean
31 31
      */
32 32
     protected function getApiRoute()
33 33
     {
Please login to merge, or discard this patch.
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.