Completed
Push — master ( 3ba758...b5e37b )
by Liaw
02:27
created
Action/Profile/Inbound/Message/AbstractDestinationValidatorActionTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,8 +63,8 @@
 block discarded – undo
63 63
     public function makes_descriptor_type_criteria_for_own_role_provider()
64 64
     {
65 65
         return [
66
-           [ProfileContext::ROLE_IDP, IdpSsoDescriptor::class],
67
-           [ProfileContext::ROLE_SP, SpSsoDescriptor::class],
66
+            [ProfileContext::ROLE_IDP, IdpSsoDescriptor::class],
67
+            [ProfileContext::ROLE_SP, SpSsoDescriptor::class],
68 68
         ];
69 69
     }
70 70
 
Please login to merge, or discard this patch.