Skip to content

Update Composer runtime dependencies #915

Update Composer runtime dependencies

Update Composer runtime dependencies #915

Triggered via pull request December 10, 2024 06:52
Status Failure
Total duration 25s
Artifacts

static-analysis.yaml

on: pull_request
Static Analysis (PHPStan)
15s
Static Analysis (PHPStan)
Static Analysis (Rector)
16s
Static Analysis (Rector)
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Static Analysis (PHPStan): src/Migration/Metadata/MySql/MySqlMetadataStore.php#L24
Parameter $executor of method BenChallis\SqlMigrations\Migration\Metadata\MySql\MySqlMetadataStore::__construct() has invalid type Amp\Sql\Executor.
Static Analysis (PHPStan): src/Migration/Metadata/MySql/MySqlMetadataStore.php#L24
Parameter $executor of method BenChallis\SqlMigrations\Migration\Metadata\MySql\MySqlMetadataStore::__construct() has invalid type Amp\Sql\Executor.
Static Analysis (PHPStan): src/Migration/Metadata/MySql/MySqlMetadataStore.php#L24
Property BenChallis\SqlMigrations\Migration\Metadata\MySql\MySqlMetadataStore::$executor has unknown class Amp\Sql\Executor as its type.
Static Analysis (PHPStan): src/Migration/Metadata/MySql/MySqlMetadataStore.php#L24
Property BenChallis\SqlMigrations\Migration\Metadata\MySql\MySqlMetadataStore::$executor has unknown class Amp\Sql\Executor as its type.
Static Analysis (PHPStan): src/Migration/Metadata/MySql/MySqlMetadataStore.php#L31
Call to method execute() on an unknown class Amp\Sql\Executor.
Static Analysis (PHPStan): src/Migration/Metadata/MySql/MySqlMetadataStore.php#L46
Call to method execute() on an unknown class Amp\Sql\Executor.
Static Analysis (PHPStan): src/Migration/Metadata/MySql/MySqlMetadataStore.php#L71
Call to method execute() on an unknown class Amp\Sql\Executor.
Static Analysis (PHPStan): src/Migration/Metadata/MySql/MySqlSchemaManager.php#L15
Type Amp\Mysql\MysqlResult in generic type BenChallis\SqlMigrations\Migration\Metadata\SchemaManager<Amp\Mysql\MysqlResult, Amp\Mysql\MysqlStatement> in PHPDoc tag @implements is not subtype of template type TResult of Amp\Sql\Result of interface BenChallis\SqlMigrations\Migration\Metadata\SchemaManager.
Static Analysis (PHPStan): src/Migration/Metadata/MySql/MySqlSchemaManager.php#L15
Type Amp\Mysql\MysqlStatement in generic type BenChallis\SqlMigrations\Migration\Metadata\SchemaManager<Amp\Mysql\MysqlResult, Amp\Mysql\MysqlStatement> in PHPDoc tag @implements is not subtype of template type TStatement of Amp\Sql\Statement of interface BenChallis\SqlMigrations\Migration\Metadata\SchemaManager.
Static Analysis (PHPStan): src/Migration/Metadata/MySql/MySqlSchemaManager.php#L24
Parameter $executor of method BenChallis\SqlMigrations\Migration\Metadata\MySql\MySqlSchemaManager::isUpToDate() has invalid type Amp\Sql\Executor.