Skip to content

2829: Feed source operations and data validation #1171

2829: Feed source operations and data validation

2829: Feed source operations and data validation #1171

Triggered via pull request November 4, 2024 14:19
Status Failure
Total duration 1m 13s
Artifacts

pr.yaml

on: pull_request
markdownlint
13s
markdownlint
Changelog should be updated
7s
Changelog should be updated
yamllint (API resources)
6s
yamllint (API resources)
Matrix: API Specification validation
Matrix: php-cs-fixer
Matrix: phpunit
Matrix: psalm
Matrix: rector
Matrix: test-composer-install
Matrix: validate-doctrine-shema
Fit to window
Zoom out
Zoom in

Annotations

14 errors
Changelog should be updated
Process completed with exit code 1.
yamllint (API resources)
Process completed with exit code 1.
PHP Coding Standards Fixer (PHP 8.3)
Process completed with exit code 8.
MissingClassConstType: src/Command/Tenant/AddTenantCommand.php#L58
src/Command/Tenant/AddTenantCommand.php:58:19: MissingClassConstType: Class constant "App\Command\Tenant\AddTenantCommand::TENANT_KEY_ARGUMENT" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Command/Tenant/AddTenantCommand.php#L59
src/Command/Tenant/AddTenantCommand.php:59:19: MissingClassConstType: Class constant "App\Command\Tenant\AddTenantCommand::TITLE_ARGUMENT" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Command/Tenant/AddTenantCommand.php#L60
src/Command/Tenant/AddTenantCommand.php:60:19: MissingClassConstType: Class constant "App\Command\Tenant\AddTenantCommand::DESCRIPTION_ARGUMENT" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Command/User/AddUserCommand.php#L65
src/Command/User/AddUserCommand.php:65:19: MissingClassConstType: Class constant "App\Command\User\AddUserCommand::EMAIL_ARGUMENT" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Command/User/AddUserCommand.php#L66
src/Command/User/AddUserCommand.php:66:19: MissingClassConstType: Class constant "App\Command\User\AddUserCommand::PASSWORD_ARGUMENT" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Command/User/AddUserCommand.php#L67
src/Command/User/AddUserCommand.php:67:19: MissingClassConstType: Class constant "App\Command\User\AddUserCommand::FULL_NAME_ARGUMENT" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Command/User/AddUserCommand.php#L68
src/Command/User/AddUserCommand.php:68:19: MissingClassConstType: Class constant "App\Command\User\AddUserCommand::ROLE_ARGUMENT" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/Command/User/AddUserCommand.php#L69
src/Command/User/AddUserCommand.php:69:19: MissingClassConstType: Class constant "App\Command\User\AddUserCommand::TENANT_KEYS_ARGUMENT" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/DBAL/RRuleType.php#L13
src/DBAL/RRuleType.php:13:24: MissingClassConstType: Class constant "App\DBAL\RRuleType::RRULE" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: src/DataFixtures/Faker/Provider/LicenseProvider.php#L18
src/DataFixtures/Faker/Provider/LicenseProvider.php:18:19: MissingClassConstType: Class constant "App\DataFixtures\Faker\Provider\LicenseProvider::IMAGE_LICENSES" should have a declared type. (see https://psalm.dev/359)
PHP Unit tests (PHP 8.3)
Process completed with exit code 1.