Passed
Branch master (36dc84)
by Chris
04:39
created
src/Enum.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace DaveRandom\Enum;
4 4
 
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,5 +90,7 @@
 block discarded – undo
90 90
         return self::getClassConstants(static::class);
91 91
     }
92 92
 
93
-    final protected function __construct() { }
93
+    final protected function __construct()
94
+    {
95
+}
94 96
 }
Please login to merge, or discard this patch.