Freemius deprecated warnings
Closed this issue · 1 comments
cyberhobo commented
I have reports of Freemius generating deprecated call notices like this:
Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Hopefully an upgrade will address these, I'll check their repo for related issues.
cyberhobo commented
I found an issue for this in the Freemius SDK that state it has been fixed: Freemius/wordpress-sdk#540
There have been releases since that issue so upgrading to the current 2.5.5 should fix this.