Skip to content

Move TConfig template arg to be first #32

Move TConfig template arg to be first

Move TConfig template arg to be first #32

Triggered via push November 11, 2023 16:18
Status Failure
Total duration 29s
Artifacts

ci.yml

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

Annotations

7 errors and 4 warnings
InvalidTemplateParam: src/Pool.php#L19
src/Pool.php:19:16: InvalidTemplateParam: Extended template param TConfig of Amp\Sql\Connection<TResult:Amp\Sql\Pool as Amp\Sql\Result, TStatement:Amp\Sql\Pool as Amp\Sql\Statement, TTransaction:Amp\Sql\Pool as Amp\Sql\Transaction, TConfig:Amp\Sql\Pool as Amp\Sql\SqlConfig> expects type Amp\Sql\SqlConfig, type TResult:Amp\Sql\Pool as Amp\Sql\Result given (see https://psalm.dev/183)
InvalidTemplateParam: src/Pool.php#L19
src/Pool.php:19:16: InvalidTemplateParam: Extended template param TResult of Amp\Sql\Connection<TResult:Amp\Sql\Pool as Amp\Sql\Result, TStatement:Amp\Sql\Pool as Amp\Sql\Statement, TTransaction:Amp\Sql\Pool as Amp\Sql\Transaction, TConfig:Amp\Sql\Pool as Amp\Sql\SqlConfig> expects type Amp\Sql\Result, type TStatement:Amp\Sql\Pool as Amp\Sql\Statement given (see https://psalm.dev/183)
InvalidTemplateParam: src/Pool.php#L19
src/Pool.php:19:16: InvalidTemplateParam: Extended template param TStatement of Amp\Sql\Connection<TResult:Amp\Sql\Pool as Amp\Sql\Result, TStatement:Amp\Sql\Pool as Amp\Sql\Statement, TTransaction:Amp\Sql\Pool as Amp\Sql\Transaction, TConfig:Amp\Sql\Pool as Amp\Sql\SqlConfig> expects type Amp\Sql\Statement, type TTransaction:Amp\Sql\Pool as Amp\Sql\Transaction given (see https://psalm.dev/183)
InvalidTemplateParam: src/Pool.php#L19
src/Pool.php:19:16: InvalidTemplateParam: Extended template param TTransaction of Amp\Sql\Connection<TResult:Amp\Sql\Pool as Amp\Sql\Result, TStatement:Amp\Sql\Pool as Amp\Sql\Statement, TTransaction:Amp\Sql\Pool as Amp\Sql\Transaction, TConfig:Amp\Sql\Pool as Amp\Sql\SqlConfig> expects type Amp\Sql\Transaction, type TConfig:Amp\Sql\Pool as Amp\Sql\SqlConfig given (see https://psalm.dev/183)
PHP 8.1
Process completed with exit code 2.
PHP 8.1 on macOS
The operation was canceled.
PHP 8.1 on Windows
The operation was canceled.
PHP 8.1
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.1
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/
PHP 8.1 on macOS
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.1 on Windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/