File tree 1 file changed +3
-5
lines changed
user_guide_src/source/libraries
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ the instance with the modified instance.
228
228
Dispatching Cookies in Store
229
229
============================
230
230
231
- .. important :: This method is deprecated since 4.1.6 and removed in 4.6.0.
231
+ .. important :: This method was deprecated as of version 4.1.6 and was removed in 4.6.0.
232
232
233
233
More often than not, you do not need to concern yourself in manually sending cookies. CodeIgniter will do this
234
234
for you. However, if you really need to manually send cookies, you can use the ``dispatch `` method. Just like
@@ -367,9 +367,7 @@ Class Reference
367
367
368
368
.. php :method :: withNeverExpiring()
369
369
370
- .. deprecated :: 4.2.6
371
-
372
- .. important :: This method is deprecated. It will be removed in future releases.
370
+ .. important :: This method was deprecated as of version 4.2.6 and was removed in 4.6.0.
373
371
374
372
:param string $name:
375
373
:rtype: ``Cookie ``
@@ -482,7 +480,7 @@ Class Reference
482
480
483
481
.. php :method :: dispatch(): void
484
482
485
- .. important :: This method is deprecated since 4.1.6 and removed in 4.6.0.
483
+ .. important :: This method was deprecated as of version 4.1.6 and was removed in 4.6.0.
486
484
487
485
:rtype: void
488
486
You can’t perform that action at this time.
0 commit comments