Passed
Push — master ( 4b44bb...e7aa51 )
by Tim
02:41
created
src/SAML2/XML/md/AbstractRoleDescriptorType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
             ContactPerson::class,
70 70
             'All contacts must be an instance of md:ContactPerson',
71 71
         );
72
-       Assert::maxCount($keyDescriptor, C::UNBOUNDED_LIMIT);
72
+        Assert::maxCount($keyDescriptor, C::UNBOUNDED_LIMIT);
73 73
         Assert::allIsInstanceOf(
74 74
             $keyDescriptor,
75 75
             KeyDescriptor::class,
Please login to merge, or discard this patch.