Fix openssl run not throwing an OpenSSLException (version 2.28.2) #332
build.yml
on: pull_request
Code style (phpcs)
9s
Code style (php-cs-fixer)
14s
Markdown style (markdownlint)
9s
Test docs building
27s
Code analysis (phpstan)
27s
Matrix: tests-linux
Matrix: tests-windows
Annotations
2 errors and 3 warnings
Code style (phpcs)
Process completed with exit code 1.
|
Code style (php-cs-fixer)
Process completed with exit code 1.
|
Code style (phpcs):
tests/CfdiUtilsTests/Certificado/CertificateDownloaderHelper.php#L18
Visibility must be declared on all constants if your project supports PHP 7.1 or later
|
Code style (php-cs-fixer):
tests/CfdiUtilsTests/Certificado/CertificateDownloaderHelper.php#L1
Found violation(s) of type: visibility_required
|
Code style (php-cs-fixer):
tests/CfdiUtilsTests/Certificado/CertificateDownloaderHelper.php#L1
Found violation(s) of type: yoda_style
|