Completed
Pull Request — develop (#91)
by Boy
19:20
created
src/Surfnet/StepupGateway/GatewayBundle/Controller/GatewayController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
     }
214 214
 
215 215
     /**
216
-     * @param $authnContextClassRef
216
+     * @param string|null $authnContextClassRef
217 217
      * @param LoggerInterface $logger
218 218
      * @return null|Response
219 219
      */
Please login to merge, or discard this patch.
src/Surfnet/StepupGateway/GatewayBundle/Service/ProxyResponseService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,6 @@
 block discarded – undo
89 89
     }
90 90
 
91 91
     /**
92
-     * @param SAML2_Assertion $assertion
93 92
      * @param ServiceProvider $targetServiceProvider
94 93
      * @param string|null $authnContextClassRef
95 94
      * @return \SAML2_Response
Please login to merge, or discard this patch.