Completed
Push — maintenance/security-updates ( e990af )
by Daan van
18:43
created
ManagementBundle/Validator/GatewayConfigurationValidator.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -64,6 +64,9 @@  discard block
 block discarded – undo
64 64
         );
65 65
     }
66 66
 
67
+    /**
68
+     * @param string $propertyPath
69
+     */
67 70
     private function validateIdentityProviders($identityProviders, $propertyPath)
68 71
     {
69 72
         Assert::isArray(
@@ -80,6 +83,9 @@  discard block
 block discarded – undo
80 83
         }
81 84
     }
82 85
 
86
+    /**
87
+     * @param string $propertyPath
88
+     */
83 89
     private function validateServiceProviders($serviceProviders, $propertyPath)
84 90
     {
85 91
         Assert::isArray(
Please login to merge, or discard this patch.