Completed
Pull Request — develop (#114)
by A.
24:08 queued 20:28
created
StepupRa/RaBundle/Service/InstitutionConfigurationOptionsService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.