Completed
Pull Request — master (#110)
by Milos
16:00 queued 04:09
created
src/AerialShip/SamlSPBundle/Bridge/Authenticate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
      * @param \Symfony\Component\HttpFoundation\Request $request
70 70
      * @throws \RuntimeException  if no signing provider set
71 71
      * @throws \InvalidArgumentException if cannot manage the Request
72
-     * @return \Symfony\Component\HttpFoundation\Response|SamlSpInfo
72
+     * @return Response
73 73
      */
74 74
     function manage(Request $request)
75 75
     {
Please login to merge, or discard this patch.
src/AerialShip/SamlSPBundle/Bridge/Discovery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
      * @param \Symfony\Component\HttpFoundation\Request $request
70 70
      * @throws \RuntimeException  if no signing provider set
71 71
      * @throws \InvalidArgumentException if cannot manage the Request
72
-     * @return \Symfony\Component\HttpFoundation\Response|SamlSpInfo
72
+     * @return Response
73 73
      */
74 74
     function manage(Request $request)
75 75
     {
Please login to merge, or discard this patch.
src/AerialShip/SamlSPBundle/Bridge/FederationMetadata.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
      * @param \Symfony\Component\HttpFoundation\Request $request
70 70
      * @throws \RuntimeException  if no signing provider set
71 71
      * @throws \InvalidArgumentException if cannot manage the Request
72
-     * @return \Symfony\Component\HttpFoundation\Response|SamlSpInfo
72
+     * @return Response
73 73
      */
74 74
     function manage(Request $request)
75 75
     {
Please login to merge, or discard this patch.
src/AerialShip/SamlSPBundle/Bridge/LogoutFallback.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      * @param \Symfony\Component\HttpFoundation\Request $request
71 71
      * @throws \RuntimeException
72 72
      * @throws \InvalidArgumentException if cannot manage the Request
73
-     * @return \Symfony\Component\HttpFoundation\Response|SamlSpInfo|null
73
+     * @return \Symfony\Component\HttpFoundation\RedirectResponse
74 74
      */
75 75
     public function manage(Request $request)
76 76
     {
Please login to merge, or discard this patch.