@@ -64,6 +64,9 @@ discard block |
||
| 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 |
||
| 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( |