Passed
Push — master ( fc64ef...0a7795 )
by Davis
01:37
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.
src/Workflow.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
     /**
33 33
      * Workflow constructor.
34
-     * @param Enum $initialStatus
34
+     * @param Tests\Auxiliary\SalesStates $initialStatus
35 35
      */
36 36
     public function __construct(Enum $initialStatus)
37 37
     {
Please login to merge, or discard this patch.