allgood / APInter-PHP

Biblioteca PHP para acesso à API do Banco Inter
GNU Lesser General Public License v3.0
104 stars 52 forks source link

PHP Deprecated: Return type of ctodobom\APInterPHP\Cobranca\Pagador::jsonSerialize() #25

Closed flavio89 closed 2 years ago

flavio89 commented 2 years ago

PHP Deprecated: Return type of ctodobom\APInterPHP\Cobranca\Pagador::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in ctodobom/api-inter/src/Cobranca/Pagador.php on line 263

allgood commented 2 years ago

Qual versão do php dá esse warning?

flavio89 commented 2 years ago

PHP 8.1.3 (cli) (built: Mar 1 2022 09:21:02) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.3, Copyright (c) Zend Technologies with Zend OPcache v8.1.3, Copyright (c), by Zend Technologies

allgood commented 2 years ago

Por se tratar de um warning, e eu ainda não ter feito testes com a biblioteca no php 8, vou desconsiderar essa issue e fechar ela. Vou tentar ajustar para a versão 2 da api que estou preparando para resolver a issue #26.