Skip to content

Add #[Override] annotations #174

Add #[Override] annotations

Add #[Override] annotations #174

Triggered via push February 22, 2026 18:12
Status Failure
Total duration 58s
Artifacts

ci.yml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 1 warning
UnusedVariable: src/Internal/PqHandle.php#L35
src/Internal/PqHandle.php:35:9: UnusedVariable: $handle is never referenced or the value is not used (see https://psalm.dev/077)
UnusedFunctionCall: src/Internal/PgSqlResultIterator.php#L64
src/Internal/PgSqlResultIterator.php:64:13: UnusedFunctionCall: The call to pg_free_result is not used (see https://psalm.dev/206)
PossiblyFalseArgument: src/Internal/PgSqlResultIterator.php#L57
src/Internal/PgSqlResultIterator.php:57:44: PossiblyFalseArgument: Argument 1 of Amp\Sql\SqlException::__construct cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/PgSqlHandle.php#L499
src/Internal/PgSqlHandle.php:499:44: PossiblyFalseArgument: Argument 1 of Amp\Sql\SqlException::__construct cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/PgSqlHandle.php#L496
src/Internal/PgSqlHandle.php:496:50: PossiblyFalseArgument: Argument 1 of Amp\Postgres\PostgresQueryError::__construct cannot be false, possibly string value expected (see https://psalm.dev/104)
UnusedVariable: src/Internal/PgSqlHandle.php#L410
src/Internal/PgSqlHandle.php:410:60: UnusedVariable: $storage is never referenced or the value is not used (see https://psalm.dev/077)
PossiblyFalseArgument: src/Internal/PgSqlHandle.php#L353
src/Internal/PgSqlHandle.php:353:40: PossiblyFalseArgument: Argument 1 of Amp\Sql\SqlException::__construct cannot be false, possibly string value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Internal/PgSqlHandle.php#L348
src/Internal/PgSqlHandle.php:348:50: PossiblyFalseArgument: Argument 1 of Amp\Postgres\PostgresQueryError::__construct cannot be false, possibly string value expected (see https://psalm.dev/104)
UnusedFunctionCall: src/Internal/PgSqlHandle.php#L287
src/Internal/PgSqlHandle.php:287:13: UnusedFunctionCall: The call to pg_free_result is not used (see https://psalm.dev/206)
PossiblyFalseArgument: src/Internal/PgSqlHandle.php#L214
src/Internal/PgSqlHandle.php:214:44: PossiblyFalseArgument: Argument 1 of Amp\Sql\SqlException::__construct cannot be false, possibly string value expected (see https://psalm.dev/104)
PHP 8.5
The strategy configuration was canceled because "tests.ubuntu-latest_8_3" failed
PHP 8.5
The operation was canceled.
PHP 8.2
The strategy configuration was canceled because "tests.ubuntu-latest_8_3" failed
PHP 8.2
The operation was canceled.
PHP 8.1
The strategy configuration was canceled because "tests.ubuntu-latest_8_3" failed
PHP 8.1
The operation was canceled.
PHP 8.4
The strategy configuration was canceled because "tests.ubuntu-latest_8_3" failed
PHP 8.4
The operation was canceled.
PHP 8.3
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/