Completed
Push — master ( 4b7539...ee2373 )
by Chris
02:39
created
src/Enum.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,5 +67,7 @@
 block discarded – undo
67 67
         return self::getClassConstants(static::class);
68 68
     }
69 69
 
70
-    final protected function __construct() { }
70
+    final protected function __construct()
71
+    {
72
+}
71 73
 }
Please login to merge, or discard this patch.