CodeChecker: updated #10
build.yml
on: push
coding-style
/
Code Standard Checker
14s
Matrix: static-analysis / phpstan
Matrix: tests / lowest_dependencies
Matrix: tests / tests
Annotations
16 errors
static-analysis / PHPStan - PHP 8.3
Process completed with exit code 1.
|
static-analysis / PHPStan - PHP 8.3:
tests/bootstrap.php#L90
Binary operation ".=" between non-falsy-string and mixed results in an error.
|
static-analysis / PHPStan - PHP 8.3:
tests/SqlSchema/readme.phpt#L19
Call to method CzProject\SqlSchema\Schema::getTables() on a separate line has no effect.
|
static-analysis / PHPStan - PHP 8.3:
tests/SqlSchema/ForeignKey.phpt#L24
Parameter #1 $onDeleteAction of method CzProject\SqlSchema\ForeignKey::setOnDeleteAction() expects string, mixed given.
|
static-analysis / PHPStan - PHP 8.3:
tests/SqlSchema/ForeignKey.phpt#L23
Parameter #1 $onUpdateAction of method CzProject\SqlSchema\ForeignKey::setOnUpdateAction() expects string, mixed given.
|
static-analysis / PHPStan - PHP 8.1
Process completed with exit code 1.
|
static-analysis / PHPStan - PHP 8.1:
tests/bootstrap.php#L90
Binary operation ".=" between non-falsy-string and mixed results in an error.
|
static-analysis / PHPStan - PHP 8.1:
tests/SqlSchema/readme.phpt#L19
Call to method CzProject\SqlSchema\Schema::getTables() on a separate line has no effect.
|
static-analysis / PHPStan - PHP 8.2
Process completed with exit code 1.
|
static-analysis / PHPStan - PHP 8.1:
tests/SqlSchema/ForeignKey.phpt#L24
Parameter #1 $onDeleteAction of method CzProject\SqlSchema\ForeignKey::setOnDeleteAction() expects string, mixed given.
|
static-analysis / PHPStan - PHP 8.2:
tests/bootstrap.php#L90
Binary operation ".=" between non-falsy-string and mixed results in an error.
|
static-analysis / PHPStan - PHP 8.1:
tests/SqlSchema/ForeignKey.phpt#L23
Parameter #1 $onUpdateAction of method CzProject\SqlSchema\ForeignKey::setOnUpdateAction() expects string, mixed given.
|
static-analysis / PHPStan - PHP 8.2:
tests/SqlSchema/readme.phpt#L19
Call to method CzProject\SqlSchema\Schema::getTables() on a separate line has no effect.
|
static-analysis / PHPStan - PHP 8.2:
tests/SqlSchema/ForeignKey.phpt#L24
Parameter #1 $onDeleteAction of method CzProject\SqlSchema\ForeignKey::setOnDeleteAction() expects string, mixed given.
|
static-analysis / PHPStan - PHP 8.2:
tests/SqlSchema/ForeignKey.phpt#L23
Parameter #1 $onUpdateAction of method CzProject\SqlSchema\ForeignKey::setOnUpdateAction() expects string, mixed given.
|
coding-style / Code Standard Checker
Process completed with exit code 1.
|