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
O método __construct() da classe AbstractTransactionsService na linha 32 está com um parâmetro $logger = null sem tipo declarado como ?LoggerInterface.
Isso gera E_DEPRECATED em PHP 8.1+. Sugestão: declarar explicitamente ?LoggerInterface $logger = null.
The text was updated successfully, but these errors were encountered:
O método __construct() da classe AbstractTransactionsService na linha 32 está com um parâmetro $logger = null sem tipo declarado como ?LoggerInterface.
Isso gera E_DEPRECATED em PHP 8.1+. Sugestão: declarar explicitamente ?LoggerInterface $logger = null.
The text was updated successfully, but these errors were encountered: