Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.1 compatibility / deprecation warnings #46

Commits on Jun 22, 2022

  1. PHP 8.1 compatibility / deprecation warnings

    PHP Deprecated: Return type of PrintNode\Entity::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in .../vendor/printnode/printnode-php/src/PrintNode/Entity.php on line 105
    
    Explanation: https://stackoverflow.com/a/71133750
    PrintNode's class Entity implements \JsonSerializable: https://www.php.net/manual/en/class.jsonserializable.php
    kingIZZZY authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    5d84862 View commit details
    Browse the repository at this point in the history