Completed
Push — master ( 0fe65b...43fade )
by Brent
01:19
created
src/Events/StateChanged.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
     /** @var \Illuminate\Database\Eloquent\Model */
28 28
     public $model;
29 29
 
30
+    /**
31
+     * @param State $initialState
32
+     */
30 33
     public function __construct(
31 34
         ?State $initialState,
32 35
         ?State $finalState,
Please login to merge, or discard this patch.