Skip to content

long-running processes: allow checking the database connection #5556

long-running processes: allow checking the database connection

long-running processes: allow checking the database connection #5556

Re-run triggered April 11, 2024 05:03
Status Failure
Total duration 37s
Artifacts

static-analysis.yml

on: pull_request
Matrix: Static Analysis with PHPStan
Matrix: Static Analysis with Psalm
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
Static Analysis with PHPStan (8.3): src/Connection.php#L1403
Method Doctrine\DBAL\Connection::getDatabasePlatform() invoked with 1 parameter, 0 required.
Static Analysis with PHPStan (8.3): tests/TestUtil.php#L65
Method Doctrine\DBAL\Tests\TestUtil::getConnection() has parameter $hasHeartBeat with no type specified.
Static Analysis with PHPStan (8.3): tests/TestUtil.php#L156
Method Doctrine\DBAL\Tests\TestUtil::createConfiguration() has parameter $hasHearBeat with no type specified.
Static Analysis with PHPStan (8.3)
Process completed with exit code 1.
TooManyArguments: src/Connection.php#L1403
src/Connection.php:1403:40: TooManyArguments: Too many arguments for method Doctrine\DBAL\Connection::getdatabaseplatform - saw 1 (see https://psalm.dev/026)
MissingParamType: tests/TestUtil.php#L65
tests/TestUtil.php:65:42: MissingParamType: Parameter $hasHeartBeat has no provided type (see https://psalm.dev/154)
MissingParamType: tests/TestUtil.php#L156
tests/TestUtil.php:156:65: MissingParamType: Parameter $hasHearBeat has no provided type (see https://psalm.dev/154)
Static Analysis with Psalm (8.3)
Process completed with exit code 2.
Static Analysis with PHPStan (8.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Static Analysis with Psalm (8.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.