Completed
Push — feature/add-institution-config... ( 9e78e8...c98478 )
by A.
03:02 queued 02:57
created
src/Surfnet/StepupRa/RaBundle/Repository/VettingProcedureRepository.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -24,6 +24,7 @@
 block discarded – undo
24 24
 {
25 25
     /**
26 26
      * @param VettingProcedure $vettingProcedure
27
+     * @return void
27 28
      */
28 29
     public function store(VettingProcedure $vettingProcedure);
29 30
 
Please login to merge, or discard this patch.
src/Surfnet/StepupRa/RaBundle/Security/Authentication/Token/SamlToken.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
DependencyInjection/SurfnetStepupRaSamlStepupProviderExtension.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -50,6 +50,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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.
Please login to merge, or discard this patch.
src/Surfnet/StepupRa/RaBundle/Service/VettingService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -394,7 +394,7 @@
 block discarded – undo
394 394
     }
395 395
 
396 396
     /**
397
-     * @param $procedureId
397
+     * @param string $procedureId
398 398
      * @return string
399 399
      * @throws UnknownVettingProcedureException
400 400
      */
Please login to merge, or discard this patch.