Completed
Pull Request — develop (#110)
by A.
02:47
created
Security/Authentication/AuthenticatedSessionStateHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -65,6 +65,7 @@  discard block
 block discarded – undo
65 65
 
66 66
     /**
67 67
      * @param string $uri
68
+     * @return void
68 69
      */
69 70
     public function setCurrentRequestUri($uri);
70 71
 
@@ -76,6 +77,7 @@  discard block
 block discarded – undo
76 77
     /**
77 78
      * Migrates the current session to a new session id while maintaining all
78 79
      * session attributes.
80
+     * @return void
79 81
      */
80 82
     public function migrate();
81 83
 
@@ -84,6 +86,7 @@  discard block
 block discarded – undo
84 86
      *
85 87
      * Clears all session attributes and flashes and regenerates the
86 88
      * session and deletes the old session from persistence
89
+     * @return void
87 90
      */
88 91
     public function invalidate();
89 92
 }
Please login to merge, or discard this patch.
Security/Authentication/SamlAuthenticationStateHandler.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -27,6 +27,7 @@  discard block
 block discarded – undo
27 27
 
28 28
     /**
29 29
      * @param string $requestId
30
+     * @return void
30 31
      */
31 32
     public function setRequestId($requestId);
32 33
 
@@ -37,6 +38,7 @@  discard block
 block discarded – undo
37 38
 
38 39
     /**
39 40
      * Removes the requestId from the session
41
+     * @return void
40 42
      */
41 43
     public function clearRequestId();
42 44
 }
Please login to merge, or discard this patch.