Completed
Push — feature/use-authn-request-acs-... ( e65869...994cc5 )
by
unknown
05:35
created
src/Surfnet/StepupGateway/GatewayBundle/Entity/ServiceProvider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
      * it matches one of the configured allowed ACS locations for the service
83 83
      * provider. This methods checks if a given URL matches the allowed URLs.
84 84
      *
85
-     * @param $acsLocationInAuthnRequest
85
+     * @param string|null $acsLocationInAuthnRequest
86 86
      * @param LoggerInterface $logger Optional
87 87
      * @return string
88 88
      */
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
      *     https://example.com/consume
128 128
      *
129 129
      *
130
-     * @param $acsLocationInAuthnRequest
130
+     * @param string|null $acsLocationInAuthnRequest
131 131
      * @return string
132 132
      */
133 133
     public function determineAcsLocationForAdfs($acsLocationInAuthnRequest)
Please login to merge, or discard this patch.
StepupGateway/SamlStepupProviderBundle/Saml/ProxyResponseFactory.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,6 @@
 block discarded – undo
131 131
 
132 132
     /**
133 133
      * @param Assertion $newAssertion
134
-     * @param ServiceProvider $targetServiceProvider
135 134
      * @return SAMLResponse
136 135
      */
137 136
     private function createNewAuthnResponse(Assertion $newAssertion)
Please login to merge, or discard this patch.