Update Composer runtime dependencies #915
Annotations
10 errors
Run 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.
|
Run 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.
|
Run 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.
|
Run 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.
|
Run PHPStan:
src/Migration/Metadata/MySql/MySqlMetadataStore.php#L31
Call to method execute() on an unknown class Amp\Sql\Executor.
|
Run PHPStan:
src/Migration/Metadata/MySql/MySqlMetadataStore.php#L46
Call to method execute() on an unknown class Amp\Sql\Executor.
|
Run PHPStan:
src/Migration/Metadata/MySql/MySqlMetadataStore.php#L71
Call to method execute() on an unknown class Amp\Sql\Executor.
|
Run 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.
|
Run 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.
|
Run 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.
|
Loading