You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SipCall is throwing too many Deprecated messages from Slim, and needs to be cleaned up.
Expected Behavior
No errors, call started.
Current Behavior
“Deprecated: Return type of Slim\Helper\Set::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /…/OpenTok-PHP-SDK/sample/SipCall/vendor/slim/slim/Slim/Helper/Set.php on line 178”
Possible Solution
Code cleanup.
The text was updated successfully, but these errors were encountered:
SipCall is throwing too many Deprecated messages from Slim, and needs to be cleaned up.
Expected Behavior
No errors, call started.
Current Behavior
“Deprecated: Return type of Slim\Helper\Set::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /…/OpenTok-PHP-SDK/sample/SipCall/vendor/slim/slim/Slim/Helper/Set.php on line 178”
Possible Solution
Code cleanup.
The text was updated successfully, but these errors were encountered: