Completed
Push — master ( 9edc9e...97252c )
by Nate
03:14 queued 56s
created
src/AbstractEnum.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      */
44 44
     public function __toString()
45 45
     {
46
-        return (string) $this->value;
46
+        return (string)$this->value;
47 47
     }
48 48
 
49 49
     /**
Please login to merge, or discard this patch.