Completed
Push — feature/sec-updates ( 9201bc...9e4943 )
by Michiel
04:20
created
StepupRa/RaBundle/Service/InstitutionConfigurationOptionsService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
      * If one of the two configuration options is configured with null (the default),
65 65
      * than the institution the query was performed for is set as the default.
66 66
      *
67
-     * @param $institution
67
+     * @param string $institution
68 68
      * @return array
69 69
      */
70 70
     public function getAvailableInstitutionsFor($institution)
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      * If one of the two configuration options is configured with null (the default),
92 92
      * than the institution the query was performed for is set as the default.
93 93
      *
94
-     * @param $institution
94
+     * @param string $institution
95 95
      * @return array
96 96
      */
97 97
     public function getAvailableSeleactRaaInstitutionsFor($institution)
Please login to merge, or discard this patch.