Skip to content

Commit 95e51f0

Browse files
committed
requested changes
Signed-off-by: Jurj-Bogdan <[email protected]>
1 parent cfeb7d8 commit 95e51f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/SaveHandler/Cache.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Cache implements SaveHandlerInterface
1818
/**
1919
* Session Save Path
2020
*
21-
* @deprecated This property will be removed in version 3.0.
21+
* @deprecated This property will no longer be needed in the future and will therefore be removed in version 3.0.
2222
*
2323
* @var string
2424
*/
@@ -27,7 +27,7 @@ class Cache implements SaveHandlerInterface
2727
/**
2828
* Session Name
2929
*
30-
* @deprecated This property will be removed in version 3.0.
30+
* @deprecated This property will no longer be needed in the future and will therefore be removed in version 3.0.
3131
*
3232
* @var string
3333
*/
@@ -136,7 +136,7 @@ public function gc($maxlifetime)
136136
/**
137137
* Set cache storage
138138
*
139-
* @deprecated This method will be removed in version 3.0.
139+
* @deprecated This method will no longer be needed in the future and will therefore be removed in version 3.0.
140140
*
141141
* @return Cache
142142
*/
@@ -149,7 +149,7 @@ public function setCacheStorage(CacheStorage $cacheStorage)
149149
/**
150150
* Get cache storage
151151
*
152-
* @deprecated This method will be removed in version 3.0.
152+
* @deprecated This method will no longer be needed in the future and will therefore be removed in version 3.0.
153153
*
154154
* @return CacheStorage
155155
*/

0 commit comments

Comments
 (0)