Completed
Pull Request — develop (#91)
by Boy
02:58
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.
SecondFactorOnlyBundle/Controller/SecondFactorOnlyController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
     /**
114 114
      * @param string $authnContextClassRef
115 115
      * @param LoggerInterface $logger
116
-     * @return Response
116
+     * @return boolean
117 117
      */
118 118
     private function verifyAuthnContextClassRef(
119 119
       $authnContextClassRef,
Please login to merge, or discard this patch.