Passed
Branch master (fc64ef)
by Davis
07:01
created
src/Interfaces/Workflow.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -21,6 +21,7 @@
 block discarded – undo
21 21
     /**
22 22
      * @param Enum $status
23 23
      * @throws InvalidTransitionException
24
+     * @return void
24 25
      */
25 26
     public function setCurrentStatus(Enum $status) :void;
26 27
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,5 +27,5 @@
 block discarded – undo
27 27
     /**
28 28
      * @return bool
29 29
      */
30
-    public function isFinished() :bool ;
30
+    public function isFinished() :bool;
31 31
 }
Please login to merge, or discard this patch.