Skip to content

See if CS can be fixed automatically #7

See if CS can be fixed automatically

See if CS can be fixed automatically #7

Triggered via push August 10, 2024 19:26
Status Failure
Total duration 26s
Artifacts

code_checks.yaml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: examples/TSVtoSIE.php#L38
Method TSVLoader::getTabularData() return type has no value type specified in iterable type array.
phpstan: examples/TSVtoSIE.php#L51
Parameter #1 $separator of function explode expects non-empty-string, string given.
phpstan: examples/TSVtoSIE.php#L60
Method TSVLoader::tabularDataCompareRows() has parameter $a with no type specified.
phpstan: examples/TSVtoSIE.php#L60
Method TSVLoader::tabularDataCompareRows() has parameter $b with no type specified.
phpstan: examples/TSVtoSIE.php#L65
Loose comparison via "==" is not allowed.
phpstan: examples/TSVtoSIE.php#L79
Method TSVLoader::parseBalance() has parameter $value with no type specified.
phpstan: examples/TSVtoSIE.php#L119
Method TSVLoader::parseTransactions() has parameter $value with no type specified.
phpstan: examples/TSVtoSIE.php#L185
Variable $verification might not be defined.
phpstan: examples/TSVtoSIE.php#L192
Cannot call method getObject() on SIE\Data\Dimension|null.
phpstan: examples/TSVtoSIE.php#L195
Parameter #1 $dimension of method SIE\Data\DimensionObject::setDimension() expects SIE\Data\Dimension, SIE\Data\Dimension|null given.