Completed
Pull Request — master (#49)
by Maxime
01:58
created
src/AutoDiscoveredReadablesTrait.php 1 patch
Spacing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,9 +46,7 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.