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
Fatal error: Declaration of WoohooLabs\Yin\JsonApi\Request\AbstractRequest::withCookieParams(array $cookies) must be compatible with Psr\Http\Message\ServerRequestInterface::withCookieParams(array $cookies): Psr\Http\Message\ServerRequestInterface in /srv/app/vendor/woohoolabs/yin/src/JsonApi/Request/AbstractRequest.php on line 212
ServerRequestInterface now has the return types specified, so AbstractRequest must too.
The text was updated successfully, but these errors were encountered:
ServerRequestInterface
now has the return types specified, soAbstractRequest
must too.The text was updated successfully, but these errors were encountered: