@@ -24,6 +24,7 @@ |
||
24 | 24 | { |
25 | 25 | /** |
26 | 26 | * @param VettingProcedure $vettingProcedure |
27 | + * @return void |
|
27 | 28 | */ |
28 | 29 | public function store(VettingProcedure $vettingProcedure); |
29 | 30 |
@@ -44,7 +44,7 @@ |
||
44 | 44 | /** |
45 | 45 | * Returns the user credentials. |
46 | 46 | * |
47 | - * @return mixed The user credentials |
|
47 | + * @return string The user credentials |
|
48 | 48 | */ |
49 | 49 | public function getCredentials() |
50 | 50 | { |
@@ -50,6 +50,9 @@ discard block |
||
50 | 50 | } |
51 | 51 | } |
52 | 52 | |
53 | + /** |
|
54 | + * @param string $provider |
|
55 | + */ |
|
53 | 56 | private function loadProviderConfiguration( |
54 | 57 | $provider, |
55 | 58 | array $configuration, |
@@ -198,6 +201,9 @@ discard block |
||
198 | 201 | $container->setDefinition('gssp.provider.' . $provider . '.metadata.factory', $metadataFactory); |
199 | 202 | } |
200 | 203 | |
204 | + /** |
|
205 | + * @param string $provider |
|
206 | + */ |
|
201 | 207 | private function createRouteConfig($provider, $routeName) |
202 | 208 | { |
203 | 209 | // In the future, we ought to wrap this in an object. |
@@ -394,7 +394,7 @@ |
||
394 | 394 | } |
395 | 395 | |
396 | 396 | /** |
397 | - * @param $procedureId |
|
397 | + * @param string $procedureId |
|
398 | 398 | * @return string |
399 | 399 | * @throws UnknownVettingProcedureException |
400 | 400 | */ |
@@ -32,6 +32,9 @@ |
||
32 | 32 | $this->apiInstitutionConfigurationOptionsService = $apiService; |
33 | 33 | } |
34 | 34 | |
35 | + /** |
|
36 | + * @param string $institution |
|
37 | + */ |
|
35 | 38 | public function getInstitutionConfigurationOptionsFor($institution) |
36 | 39 | { |
37 | 40 | return $this->apiInstitutionConfigurationOptionsService->getInstitutionConfigurationOptionsFor($institution); |