Passed
Push — master ( 1d91e7...83fcc5 )
by Freek
10:36 queued 08:20
created
src/Exceptions/TransitionNotFound.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 
47 47
     public function getTo(): string
48 48
     {
49
-       return $this->to;
49
+        return $this->to;
50 50
     }
51 51
 
52 52
     public function setModelClass(string $modelClass): self
Please login to merge, or discard this patch.