File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
7272Removed Deprecated Items
7373========================
You can’t perform that action at this time.
0 commit comments