Maicon Strey
Maicon Strey
A extensão tenta executar quando o eproc é acessado e isso ocorre devido aos matches genericos demais. Não sou usuário diário do SEI e portanto não tenho certeza sobre qual...
Changed parameter #2 of http_build_query to empty string on requestTokenExchange to support PHP8.x
**List of common tasks a pull request require complete** - [x] Changelog entry is added or the pull request don't alter library's functionality
When I call the method `\Jumbojett\OpenIDConnectClient::requestTokenExchange()` I'm getting the error: ``` http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated ``` It occurs only with PHP8.x. I've...