Fixes the param type for getLastGeneratedValue in ConnectionInterface #396
continuous-integration.yml
on: pull_request
Generate job matrix
8s
Matrix: QA Checks
Annotations
4 errors
|
QA Checks (PHPStan [8.2, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...:
test/unit/TestAsset/ConnectionWrapper.php#L32
Return type bool|int|string|null of method PhpDbTest\TestAsset\ConnectionWrapper::getLastGeneratedValue() is not covariant with return type int|string|false of method PhpDb\Adapter\Driver\ConnectionInterface::getLastGeneratedValue().
|
|
QA Checks (PHPStan [8.2, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...:
test/unit/Adapter/Driver/Pdo/TestAsset/TestConnection.php#L58
Return type bool|string|null of method PhpDbTest\Adapter\Driver\Pdo\TestAsset\TestConnection::getLastGeneratedValue() is not covariant with return type int|string|false of method PhpDb\Adapter\Driver\ConnectionInterface::getLastGeneratedValue().
|
|
QA Checks (PhpStan [8.2, latest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...:
test/unit/TestAsset/ConnectionWrapper.php#L32
Return type bool|int|string|null of method PhpDbTest\TestAsset\ConnectionWrapper::getLastGeneratedValue() is not covariant with return type int|string|false of method PhpDb\Adapter\Driver\ConnectionInterface::getLastGeneratedValue().
|
|
QA Checks (PhpStan [8.2, latest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...:
test/unit/Adapter/Driver/Pdo/TestAsset/TestConnection.php#L58
Return type bool|string|null of method PhpDbTest\Adapter\Driver\Pdo\TestAsset\TestConnection::getLastGeneratedValue() is not covariant with return type int|string|false of method PhpDb\Adapter\Driver\ConnectionInterface::getLastGeneratedValue().
|