Skip to content

Fix Date(time) instance in primary key #551

Fix Date(time) instance in primary key

Fix Date(time) instance in primary key #551

Triggered via pull request October 8, 2024 16:33
Status Failure
Total duration 8m 31s
Artifacts

build.yml

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

Annotations

23 errors and 17 warnings
PHPStan (8.3): tests/cases/integration/Entity/entity.compositePK.phpt#L80
Cannot access property $value on NextrasTests\Orm\UserStatX|null.
PHPStan (8.3): tests/cases/integration/Entity/entity.compositePK.phpt#L82
Cannot access property $value on NextrasTests\Orm\UserStatX|null.
PHPStan (8.3): tests/cases/integration/Entity/entity.compositePK.phpt#L83
Parameter #1 $entity of method Nextras\Orm\Model\Model::persistAndFlush() expects E of Nextras\Orm\Entity\IEntity, NextrasTests\Orm\UserStatX|null given.
PHPStan (8.3): tests/cases/integration/Entity/entity.compositePK.phpt#L84
Cannot access property $value on NextrasTests\Orm\UserStatX|null.
PHPStan (8.3): tests/cases/integration/Entity/entity.compositePK.phpt#L89
Cannot access property $value on NextrasTests\Orm\UserStatX|null.
PHPStan (8.3): tests/cases/integration/Entity/entity.pk.phpt#L47
Cannot access property $value on NextrasTests\Orm\TimeSeries|null.
PHPStan (8.3): tests/cases/integration/Entity/entity.pk.phpt#L48
Parameter #1 $entity of method Nextras\Orm\Model\Model::persistAndFlush() expects E of Nextras\Orm\Entity\IEntity, NextrasTests\Orm\TimeSeries|null given.
PHPStan (8.3): tests/inc/model/userStatX/UserStatsXMapper.php#L8
Class NextrasTests\Orm\UserStatsXMapper extends generic class Nextras\Orm\Mapper\Dbal\DbalMapper but does not specify its types: E
PHPStan (8.3): tests/inc/model/userStatX/UserStatsXRepository.php#L8
Class NextrasTests\Orm\UserStatsXRepository extends generic class Nextras\Orm\Repository\Repository but does not specify its types: E
PHPStan (8.3)
Process completed with exit code 1.
PHPStan (8.2)
The job was canceled because "_8_3" failed.
PHPStan (8.2)
The operation was canceled.
PHPStan (8.1)
The job was canceled because "_8_3" failed.
PHPStan (8.1): tests/cases/integration/Entity/entity.compositePK.phpt#L80
Cannot access property $value on NextrasTests\Orm\UserStatX|null.
PHPStan (8.1): tests/cases/integration/Entity/entity.compositePK.phpt#L82
Cannot access property $value on NextrasTests\Orm\UserStatX|null.
PHPStan (8.1): tests/cases/integration/Entity/entity.compositePK.phpt#L83
Parameter #1 $entity of method Nextras\Orm\Model\Model::persistAndFlush() expects E of Nextras\Orm\Entity\IEntity, NextrasTests\Orm\UserStatX|null given.
PHPStan (8.1): tests/cases/integration/Entity/entity.compositePK.phpt#L84
Cannot access property $value on NextrasTests\Orm\UserStatX|null.
PHPStan (8.1): tests/cases/integration/Entity/entity.compositePK.phpt#L89
Cannot access property $value on NextrasTests\Orm\UserStatX|null.
PHPStan (8.1): tests/cases/integration/Entity/entity.pk.phpt#L47
Cannot access property $value on NextrasTests\Orm\TimeSeries|null.
PHPStan (8.1): tests/cases/integration/Entity/entity.pk.phpt#L48
Parameter #1 $entity of method Nextras\Orm\Model\Model::persistAndFlush() expects E of Nextras\Orm\Entity\IEntity, NextrasTests\Orm\TimeSeries|null given.
PHPStan (8.1): tests/inc/model/userStatX/UserStatsXMapper.php#L8
Class NextrasTests\Orm\UserStatsXMapper extends generic class Nextras\Orm\Mapper\Dbal\DbalMapper but does not specify its types: E
PHPStan (8.1): tests/inc/model/userStatX/UserStatsXRepository.php#L8
Class NextrasTests\Orm\UserStatsXRepository extends generic class Nextras\Orm\Repository\Repository but does not specify its types: E
PHPStan (8.1)
The operation was canceled.
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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)
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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.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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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.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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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.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)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/