Move TConfig template arg to be first #32
Annotations
5 errors and 2 warnings
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)
|
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)
|
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)
|
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)
|
|
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/
|
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/
|
The logs for this run have expired and are no longer available.
Loading