@@ -46,9 +46,7 @@ |
||
| 46 | 46 | */ |
| 47 | 47 | private static function autodiscoveredReadables(): array |
| 48 | 48 | { |
| 49 | - $enumType = static::class; |
|
| 50 | - |
|
| 51 | - ++self::$called; |
|
| 49 | + $enumType = static::class;++self::$called; |
|
| 52 | 50 | /** |
| 53 | 51 | * The {@link AutoDiscoveredReadablesTrait::$called} property and the following is required |
| 54 | 52 | * in order to preserve BC, especially for the FlaggedEnum. |