Skip to content

Commit 2e24859

Browse files
committed
docs(changelogs): update method signature changes for CacheInterface
1 parent cdc619e commit 2e24859

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ Method Signature Changes
5959
- ``CodeIgniter\HTTP\CURLRequest::setAuth()``
6060
- ``CodeIgniter\HTTP\URI::setUserInfo()``
6161
- ``CodeIgniter\Security\Security::derandomize()``
62-
- Added native return types to ``CacheInterface`` methods that were missing them. The following methods were updated:
63-
- ``initialize(): void``
64-
- ``save(): bool``
65-
- ``delete(): bool``
66-
- ``increment(): bool|int``
67-
- ``decrement(): bool|int``
68-
- ``clean(): bool``
69-
- ``getCacheInfo(): array|object|false|null``
70-
- ``getMetaData(): ?array``
62+
- Added native types to ``CacheInterface`` methods that were missing them. The following methods were updated:
63+
- ``initialize()``
64+
- ``save()``
65+
- ``delete()``
66+
- ``increment()``
67+
- ``decrement()``
68+
- ``clean()``
69+
- ``getCacheInfo()``
70+
- ``getMetaData()``
7171

7272
Removed Deprecated Items
7373
========================

0 commit comments

Comments
 (0)