Completed
Pull Request — master (#5)
by Pavel
04:39
created
src/Enum.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 
69 69
     private static function getConstKey(string $class, string $name): string
70 70
     {
71
-        return $class . '::' . $name;
71
+        return $class.'::'.$name;
72 72
     }
73 73
 
74 74
     private static function findParentClassForConst(string $name): string
Please login to merge, or discard this patch.