@@ -65,6 +65,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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 | } |
@@ -27,6 +27,7 @@ discard block |
||
| 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 |
||
| 37 | 38 | |
| 38 | 39 | /** |
| 39 | 40 | * Removes the requestId from the session |
| 41 | + * @return void |
|
| 40 | 42 | */ |
| 41 | 43 | public function clearRequestId(); |
| 42 | 44 | } |