Skip to content

GROUP BY reworks

GROUP BY reworks #509

Triggered via pull request March 20, 2024 16:31
Status Failure
Total duration 4m 35s
Artifacts

build.yml

on: pull_request
Matrix: Tests
Matrix: PHPStan
Code coverage finish
0s
Code coverage finish
Fit to window
Zoom out
Zoom in

Annotations

36 errors and 19 warnings
PHPStan (8.3): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L31
PHPDoc tag @var for variable $mapper contains generic class Nextras\Orm\TestHelper\TestMapper but does not specify its types: E
PHPStan (8.3): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L31
PHPDoc tag @var with type Nextras\Orm\TestHelper\TestMapper is not subtype of type Nextras\Orm\Mapper\IMapper<NextrasTests\Orm\Book>.
PHPStan (8.3): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L32
Call to an undefined method Nextras\Orm\TestHelper\TestMapper::builder().
PHPStan (8.3): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L33
Parameter #1 $repository of class Nextras\Orm\Collection\Helpers\DbalQueryBuilderHelper constructor expects Nextras\Orm\Repository\IRepository<Nextras\Orm\Entity\IEntity>, NextrasTests\Orm\BooksRepository given.
PHPStan (8.3): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L34
Parameter #1 $repository of class Nextras\Orm\Collection\Functions\FetchPropertyFunction constructor expects Nextras\Orm\Repository\IRepository<Nextras\Orm\Entity\IEntity>, NextrasTests\Orm\BooksRepository given.
PHPStan (8.3): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L34
Parameter #2 $mapper of class Nextras\Orm\Collection\Functions\FetchPropertyFunction constructor expects Nextras\Orm\Mapper\IMapper<Nextras\Orm\Entity\IEntity>, Nextras\Orm\Mapper\IMapper<NextrasTests\Orm\Book> given.
PHPStan (8.3): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L54
PHPDoc tag @var for variable $mapper contains generic class Nextras\Orm\TestHelper\TestMapper but does not specify its types: E
PHPStan (8.3): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L54
PHPDoc tag @var with type Nextras\Orm\TestHelper\TestMapper is not subtype of type Nextras\Orm\Mapper\IMapper<NextrasTests\Orm\Author>.
PHPStan (8.3): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L55
Call to an undefined method Nextras\Orm\TestHelper\TestMapper::builder().
PHPStan (8.3): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L56
Parameter #1 $repository of class Nextras\Orm\Collection\Helpers\DbalQueryBuilderHelper constructor expects Nextras\Orm\Repository\IRepository<Nextras\Orm\Entity\IEntity>, NextrasTests\Orm\AuthorsRepository given.
PHPStan (8.2)
The job was canceled because "_8_3" failed.
PHPStan (8.2): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L31
PHPDoc tag @var for variable $mapper contains generic class Nextras\Orm\TestHelper\TestMapper but does not specify its types: E
PHPStan (8.2): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L31
PHPDoc tag @var with type Nextras\Orm\TestHelper\TestMapper is not subtype of type Nextras\Orm\Mapper\IMapper<NextrasTests\Orm\Book>.
PHPStan (8.2): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L32
Call to an undefined method Nextras\Orm\TestHelper\TestMapper::builder().
PHPStan (8.2): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L33
Parameter #1 $repository of class Nextras\Orm\Collection\Helpers\DbalQueryBuilderHelper constructor expects Nextras\Orm\Repository\IRepository<Nextras\Orm\Entity\IEntity>, NextrasTests\Orm\BooksRepository given.
PHPStan (8.2): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L34
Parameter #1 $repository of class Nextras\Orm\Collection\Functions\FetchPropertyFunction constructor expects Nextras\Orm\Repository\IRepository<Nextras\Orm\Entity\IEntity>, NextrasTests\Orm\BooksRepository given.
PHPStan (8.2): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L34
Parameter #2 $mapper of class Nextras\Orm\Collection\Functions\FetchPropertyFunction constructor expects Nextras\Orm\Mapper\IMapper<Nextras\Orm\Entity\IEntity>, Nextras\Orm\Mapper\IMapper<NextrasTests\Orm\Book> given.
PHPStan (8.2): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L54
PHPDoc tag @var for variable $mapper contains generic class Nextras\Orm\TestHelper\TestMapper but does not specify its types: E
PHPStan (8.2): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L54
PHPDoc tag @var with type Nextras\Orm\TestHelper\TestMapper is not subtype of type Nextras\Orm\Mapper\IMapper<NextrasTests\Orm\Author>.
PHPStan (8.2): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L55
Call to an undefined method Nextras\Orm\TestHelper\TestMapper::builder().
PHPStan (8.2): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L56
Parameter #1 $repository of class Nextras\Orm\Collection\Helpers\DbalQueryBuilderHelper constructor expects Nextras\Orm\Repository\IRepository<Nextras\Orm\Entity\IEntity>, NextrasTests\Orm\AuthorsRepository given.
PHPStan (8.1)
The job was canceled because "_8_3" failed.
PHPStan (8.1): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L31
PHPDoc tag @var for variable $mapper contains generic class Nextras\Orm\TestHelper\TestMapper but does not specify its types: E
PHPStan (8.1): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L31
PHPDoc tag @var with type Nextras\Orm\TestHelper\TestMapper is not subtype of type Nextras\Orm\Mapper\IMapper<NextrasTests\Orm\Book>.
PHPStan (8.1): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L32
Call to an undefined method Nextras\Orm\TestHelper\TestMapper::builder().
PHPStan (8.1): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L33
Parameter #1 $repository of class Nextras\Orm\Collection\Helpers\DbalQueryBuilderHelper constructor expects Nextras\Orm\Repository\IRepository<Nextras\Orm\Entity\IEntity>, NextrasTests\Orm\BooksRepository given.
PHPStan (8.1): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L34
Parameter #1 $repository of class Nextras\Orm\Collection\Functions\FetchPropertyFunction constructor expects Nextras\Orm\Repository\IRepository<Nextras\Orm\Entity\IEntity>, NextrasTests\Orm\BooksRepository given.
PHPStan (8.1): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L34
Parameter #2 $mapper of class Nextras\Orm\Collection\Functions\FetchPropertyFunction constructor expects Nextras\Orm\Mapper\IMapper<Nextras\Orm\Entity\IEntity>, Nextras\Orm\Mapper\IMapper<NextrasTests\Orm\Book> given.
PHPStan (8.1): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L54
PHPDoc tag @var for variable $mapper contains generic class Nextras\Orm\TestHelper\TestMapper but does not specify its types: E
PHPStan (8.1): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L54
PHPDoc tag @var with type Nextras\Orm\TestHelper\TestMapper is not subtype of type Nextras\Orm\Mapper\IMapper<NextrasTests\Orm\Author>.
PHPStan (8.1): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L55
Call to an undefined method Nextras\Orm\TestHelper\TestMapper::builder().
PHPStan (8.1): tests/cases/integration/Collection/Functions/FetchPropertyFunctionTest.php#L56
Parameter #1 $repository of class Nextras\Orm\Collection\Helpers\DbalQueryBuilderHelper constructor expects Nextras\Orm\Repository\IRepository<Nextras\Orm\Entity\IEntity>, NextrasTests\Orm\AuthorsRepository given.
Tests (8.1, newest)
Process completed with exit code 1.
Tests (8.3, newest)
Process completed with exit code 1.
Tests (8.1, lowest)
Process completed with exit code 1.
Tests (8.2, newest)
Process completed with exit code 1.
PHPStan (8.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPStan (8.3)
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/
PHPStan (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/
PHPStan (8.2)
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/
PHPStan (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/
Tests (8.1, newest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (8.1, newest)
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/
Tests (8.1, newest)
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/
Tests (8.3, newest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (8.3, newest)
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/
Tests (8.3, newest)
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/
Tests (8.1, lowest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (8.1, lowest)
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/
Tests (8.1, lowest)
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/
Tests (8.2, newest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (8.2, newest)
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/
Tests (8.2, newest)
Failed to download action 'https://api.github.com/repos/shivammathur/setup-php/tarball/a4e22b60bbb9c1021113f2860347b0759f66fe5d'. Error: The SSL connection could not be established, see inner exception.
Tests (8.2, newest)
Back off 10.554 seconds before retry.
Tests (8.2, newest)
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/