Skip to content

Update Composer runtime dependencies #859

Update Composer runtime dependencies

Update Composer runtime dependencies #859

Triggered via pull request August 21, 2024 14:24
Status Failure
Total duration 39s
Artifacts

static-analysis.yaml

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

Annotations

10 errors and 2 warnings
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.
Static Analysis (Rector)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Static Analysis (PHPStan)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/