File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Cache implements SaveHandlerInterface
18
18
/**
19
19
* Session Save Path
20
20
*
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.
22
22
*
23
23
* @var string
24
24
*/
@@ -27,7 +27,7 @@ class Cache implements SaveHandlerInterface
27
27
/**
28
28
* Session Name
29
29
*
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.
31
31
*
32
32
* @var string
33
33
*/
@@ -136,7 +136,7 @@ public function gc($maxlifetime)
136
136
/**
137
137
* Set cache storage
138
138
*
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.
140
140
*
141
141
* @return Cache
142
142
*/
@@ -149,7 +149,7 @@ public function setCacheStorage(CacheStorage $cacheStorage)
149
149
/**
150
150
* Get cache storage
151
151
*
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.
153
153
*
154
154
* @return CacheStorage
155
155
*/
You can’t perform that action at this time.
0 commit comments