Passed
Push — doc-generics ( 070b2d...8226ac )
by Marc
03:03
created
src/EnumMap.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
         if (!\is_subclass_of($enumeration, Enum::class)) {
44 44
             throw new InvalidArgumentException(\sprintf(
45 45
                 '%s can handle subclasses of %s only',
46
-                 __CLASS__,
46
+                    __CLASS__,
47 47
                 Enum::class
48 48
             ));
49 49
         }
Please login to merge, or discard this patch.