Added declare(strict_types=1) #12
build.yml
on: push
coding-style
/
Code Standard Checker
29s
Matrix: static-analysis / phpstan
Matrix: tests / lowest_dependencies
Matrix: tests / tests
Annotations
17 errors and 2 warnings
|
static-analysis / PHPStan - PHP 8.2
Process completed with exit code 1.
|
|
static-analysis / PHPStan - PHP 8.2:
tests/bootstrap.php#L92
Binary operation ".=" between non-falsy-string and mixed results in an error.
|
|
static-analysis / PHPStan - PHP 8.2:
tests/SqlSchema/readme.phpt#L21
Call to method CzProject\SqlSchema\Schema::getTables() on a separate line has no effect.
|
|
static-analysis / PHPStan - PHP 8.2:
tests/SqlSchema/ForeignKey.phpt#L26
Parameter #1 $onDeleteAction of method CzProject\SqlSchema\ForeignKey::setOnDeleteAction() expects string, mixed given.
|
|
static-analysis / PHPStan - PHP 8.2:
tests/SqlSchema/ForeignKey.phpt#L25
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#L92
Binary operation ".=" between non-falsy-string and mixed results in an error.
|
|
static-analysis / PHPStan - PHP 8.1:
tests/SqlSchema/readme.phpt#L21
Call to method CzProject\SqlSchema\Schema::getTables() on a separate line has no effect.
|
|
static-analysis / PHPStan - PHP 8.1:
tests/SqlSchema/ForeignKey.phpt#L26
Parameter #1 $onDeleteAction of method CzProject\SqlSchema\ForeignKey::setOnDeleteAction() expects string, mixed given.
|
|
static-analysis / PHPStan - PHP 8.1:
tests/SqlSchema/ForeignKey.phpt#L25
Parameter #1 $onUpdateAction of method CzProject\SqlSchema\ForeignKey::setOnUpdateAction() expects string, mixed given.
|
|
tests / PHP 8.4 tests
Process completed with exit code 1.
|
|
tests / PHP 8.0 tests - lowest dependencies
Process completed with exit code 255.
|
|
static-analysis / PHPStan - PHP 8.3
Process completed with exit code 1.
|
|
static-analysis / PHPStan - PHP 8.3:
tests/bootstrap.php#L92
Binary operation ".=" between non-falsy-string and mixed results in an error.
|
|
static-analysis / PHPStan - PHP 8.3:
tests/SqlSchema/readme.phpt#L21
Call to method CzProject\SqlSchema\Schema::getTables() on a separate line has no effect.
|
|
static-analysis / PHPStan - PHP 8.3:
tests/SqlSchema/ForeignKey.phpt#L26
Parameter #1 $onDeleteAction of method CzProject\SqlSchema\ForeignKey::setOnDeleteAction() expects string, mixed given.
|
|
static-analysis / PHPStan - PHP 8.3:
tests/SqlSchema/ForeignKey.phpt#L25
Parameter #1 $onUpdateAction of method CzProject\SqlSchema\ForeignKey::setOnUpdateAction() expects string, mixed given.
|
|
tests / PHP 8.4 tests
No files were found with the provided path: tests/**/output. No artifacts will be uploaded.
|
|
tests / PHP 8.0 tests - lowest dependencies
No files were found with the provided path: tests/**/output. No artifacts will be uploaded.
|