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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Weak Break Compatibility Change: PemExtractor::__construct($contents) se podría construir con un parámetro de cualquier tipo de datos y al intentar usar el objeto inevitablemente iba a generar un TypeError. Se cambió la firma del constructor a PemExtractor::__construct(string $contents), así fallaría desde construir el objeto y no al usar cualquiera de sus métodos.
Se actualiza la licencia a 2020.
Se actualiza de phpstan/phpstan-shim: ^0.11 a phpstan/phpstan: ^0.12.
Se actualiza la integración continua en Travis y Scrutinizer.