build #365
build.yml
on: schedule
Code style (phpcs)
15s
Code style (php-cs-fixer)
15s
Markdown style (markdownlint)
13s
Test docs building
55s
Code analysis (phpstan)
23s
Matrix: tests-linux
Matrix: tests-windows
Annotations
10 errors
Code analysis (phpstan):
src/CfdiUtils/CadenaOrigen/GenkgoXslBuilder.php#L26
PHPDoc tag @var with type string|false|null is not subtype of native type string|null.
|
Code analysis (phpstan):
src/CfdiUtils/Cleaner/Cleaner.php#L338
PHPDoc tag @var with type DOMNodeList<DOMAttr>|false is not subtype of native type DOMNodeList.
|
Code analysis (phpstan):
src/CfdiUtils/ConsultaCfdiSat/WebService.php#L110
PHPDoc tag @var with type int is not subtype of native type null.
|
Code analysis (phpstan):
src/CfdiUtils/Nodes/NodeNsDefinitionsMover.php#L57
Offset 0 on non-empty-list<string> on left side of ?? always exists and is not nullable.
|
Code analysis (phpstan):
src/CfdiUtils/Nodes/Nodes.php#L142
Instanceof between CfdiUtils\Nodes\NodeInterface and CfdiUtils\Nodes\NodeInterface will always evaluate to true.
|
Code analysis (phpstan):
src/CfdiUtils/Nodes/XmlNodeImporter.php#L39
Instanceof between DOMElement and DOMElement will always evaluate to true.
|
Code analysis (phpstan):
src/CfdiUtils/QuickReader/QuickReader.php#L31
Call to function is_string() with string will always evaluate to true.
|
Code analysis (phpstan):
tests/CfdiUtilsTests/Certificado/CertificateDownloaderHelper.php#L41
Parameter #3 $value of function curl_setopt expects bool, int given.
|
Code analysis (phpstan):
tests/CfdiUtilsTests/Certificado/CertificateDownloaderHelper.php#L42
Parameter #3 $value of function curl_setopt expects bool, int given.
|
Code analysis (phpstan):
tests/CfdiUtilsTests/Certificado/CertificateDownloaderHelper.php#L44
Parameter #3 $value of function curl_setopt expects bool, int given.
|