Completed
Push — develop ( 1a3a09...a87398 )
by Niclas Leon
02:57 queued 01:00
created
src/ActivatableTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     /**
65 65
      * Activate the given model instance.
66 66
      *
67
-     * @return void
67
+     * @return false|null
68 68
      */
69 69
     public function activate()
70 70
     {
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     /**
83 83
      * Deactivate the given model instance.
84 84
      *
85
-     * @return void
85
+     * @return false|null
86 86
      */
87 87
     public function deactivate()
88 88
     {
Please login to merge, or discard this patch.