Skip to content

Fixes the param type for getLastGeneratedValue in ConnectionInterface #396

Fixes the param type for getLastGeneratedValue in ConnectionInterface

Fixes the param type for getLastGeneratedValue in ConnectionInterface #396

Triggered via pull request January 9, 2026 23:21
Status Failure
Total duration 2m 17s
Artifacts

continuous-integration.yml

on: pull_request
Generate job matrix
8s
Generate job matrix
Matrix: QA Checks
Fit to window
Zoom out
Zoom in

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().