Completed
Push — feature/fga-raa-institution-sw... ( ff5b31 )
by Michiel
16:52
created
src/Surfnet/StepupRa/RaBundle/Security/Authentication/Token/SamlToken.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -97,7 +97,6 @@  discard block
 block discarded – undo
97 97
 
98 98
     /**
99 99
      * @param string $institution
100
-     * @param InstitutionConfigurationOptions $institutionConfigurationOptions
101 100
      */
102 101
     public function changeRaaInstitutionScope($institution) {
103 102
         if ($this->getUser() === null) {
@@ -122,7 +121,7 @@  discard block
 block discarded – undo
122 121
     /**
123 122
      * Returns the user credentials.
124 123
      *
125
-     * @return mixed The user credentials
124
+     * @return string The user credentials
126 125
      */
127 126
     public function getCredentials()
128 127
     {
Please login to merge, or discard this patch.