Completed
Push — master ( f74ca7...ea85ac )
by Damien
10:39
created
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.
src/services/messages/AuthnRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 
22 22
     /**
23 23
      * @param AbstractProvider $identityProvider
24
-     * @return \SAML2\XML\md\IndexedEndpointType|null
24
+     * @return EndpointType
25 25
      * @throws InvalidMetadata
26 26
      */
27 27
     private function firstIdpSsoService(AbstractProvider $identityProvider): EndpointType
Please login to merge, or discard this patch.
src/services/login/User.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -299,6 +299,7 @@
 block discarded – undo
299 299
 
300 300
     /**
301 301
      * @param UserElement $user
302
+     * @param string $fieldHandle
302 303
      * @return Field|null
303 304
      */
304 305
     protected function getFieldLayoutField(UserElement $user, $fieldHandle)
Please login to merge, or discard this patch.