@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace DaveRandom\Enum; |
4 | 4 |
@@ -90,5 +90,7 @@ |
||
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 | } |