4.next - Revise the migrations interfaces #654
Annotations
9 errors
Run phpstan:
src/SeedInterface.php#L83
Method Migrations\SeedInterface::getConfig() has invalid return type Migrations\ConfigInterface.
|
Run phpstan:
src/SeedInterface.php#L83
PHPDoc tag @return with type Migrations\Config\ConfigInterface is not subtype of native type Migrations\ConfigInterface.
|
Run phpstan:
src/SeedInterface.php#L91
PHPDoc tag @param for parameter $config with type Migrations\Config\ConfigInterface is not subtype of native type Migrations\ConfigInterface.
|
Run phpstan:
src/SeedInterface.php#L91
Parameter $config of method Migrations\SeedInterface::setConfig() has invalid type Migrations\ConfigInterface.
|
Run phpstan
Process completed with exit code 1.
|
Run psalm:
src/SeedInterface.php#L83
src/SeedInterface.php:83:34: UndefinedClass: Class, interface or enum named Migrations\ConfigInterface does not exist (see https://psalm.dev/019)
|
Run psalm:
src/SeedInterface.php#L88
src/SeedInterface.php:88:15: MismatchingDocblockParamType: Parameter $config has wrong type 'Migrations\Config\ConfigInterface', should be 'Migrations\ConfigInterface' (see https://psalm.dev/141)
|
Run psalm:
src/SeedInterface.php#L88
src/SeedInterface.php:88:15: UndefinedClass: Class, interface or enum named Migrations\ConfigInterface does not exist (see https://psalm.dev/019)
|
Run psalm
Process completed with exit code 2.
|
Loading