Skip to content

Feature: Add View entity and CRUD #236

Feature: Add View entity and CRUD

Feature: Add View entity and CRUD #236

Triggered via pull request January 15, 2024 08:58
Status Failure
Total duration 44s
Artifacts

pr.yml

on: pull_request
Changelog should be updated
4s
Changelog should be updated
validate-publiccode
6s
validate-publiccode
Matrix: php-cs-fixer
Matrix: psalm
Matrix: test-composer-install
Matrix: validate-doctrine-schema
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 10 warnings
Validate composer (PHP 8.1)
Process completed with exit code 1.
InvalidNullableReturnType: src/Entity/View.php#L82
src/Entity/View.php:82:16: InvalidNullableReturnType: The declared return type 'Doctrine\Common\Collections\Collection<int, App\Entity\DataProvider>' for App\Entity\View::getDataProviders is not nullable, but 'Doctrine\Common\Collections\Collection|null' contains null (see https://psalm.dev/144)
NullableReturnStatement: src/Entity/View.php#L86
src/Entity/View.php:86:16: NullableReturnStatement: The declared return type 'Doctrine\Common\Collections\Collection<int, App\Entity\DataProvider>' for App\Entity\View::getDataProviders is not nullable, but the function returns 'Doctrine\Common\Collections\Collection|null' (see https://psalm.dev/139)
PossiblyNullReference: src/Entity/View.php#L91
src/Entity/View.php:91:36: PossiblyNullReference: Cannot call method contains on possibly null value (see https://psalm.dev/083)
PossiblyNullReference: src/Entity/View.php#L100
src/Entity/View.php:100:31: PossiblyNullReference: Cannot call method removeElement on possibly null value (see https://psalm.dev/083)
Psalm static analysis (8.1)
Process completed with exit code 2.
PHP Coding Standards Fixer (PHP 8.1)
Process completed with exit code 8.
Validate Doctrine Schema (PHP 8.1)
Process completed with exit code 1.
Changelog should be updated
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/
validate-publiccode
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/
Validate composer (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/
Validate composer (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/
Psalm static analysis (8.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Psalm static analysis (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 Coding Standards Fixer (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 Coding Standards Fixer (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/
Validate Doctrine Schema (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/
Validate Doctrine Schema (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/