Completed
Pull Request — master (#5)
by Pavel
05:35
created
src/Enum.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,6 +124,6 @@
 block discarded – undo
124 124
      */
125 125
     public function __toString(): string
126 126
     {
127
-        return (string)$this->getValue();
127
+        return (string) $this->getValue();
128 128
     }
129 129
 }
Please login to merge, or discard this patch.