Completed
Push — master ( 8a1882...2dcc84 )
by Damien
04:06
created
src/services/login/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
      **************************************************/
254 254
 
255 255
     /**
256
-     * @param $username
256
+     * @param string|null $username
257 257
      * @return UserElement
258 258
      * @throws UserException
259 259
      */
Please login to merge, or discard this patch.
src/controllers/LoginController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,6 @@
 block discarded – undo
114 114
     }
115 115
 
116 116
     /**
117
-     * @param SamlResponse $response
118 117
      * @throws HttpException
119 118
      */
120 119
     protected function throwIdpNotFoundWithUid($uid)
Please login to merge, or discard this patch.