Completed
Push — rewrite-observer ( 52c2ae...3f0850 )
by Colin
04:32
created
src/SluggableObserver.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 
33 33
     /**
34 34
      * @param \Illuminate\Database\Eloquent\Model $model
35
-     * @return bool
35
+     * @return boolean|null
36 36
      */
37 37
     public function saving(Model $model)
38 38
     {
@@ -41,8 +41,8 @@  discard block
 block discarded – undo
41 41
 
42 42
     /**
43 43
      * @param \Illuminate\Database\Eloquent\Model $model
44
-     * @param $event
45
-     * @return bool
44
+     * @param string $event
45
+     * @return boolean|null
46 46
      */
47 47
     protected function generateSlug(Model $model, $event)
48 48
     {
Please login to merge, or discard this patch.