chore(deps): update dependency vimeo/psalm to v5 #564
Annotations
39 errors and 18 warnings
php (ubuntu-latest, 8.1, hooks/DDTrace)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires psalm/plugin-mockery ^0.9.1 -> satisfiable by psalm/plugin-mockery[0.9.1].
- psalm/plugin-mockery 0.9.1 requires vimeo/psalm ^4.5 -> found vimeo/psalm[4.5.0, ..., 4.x-dev] but it conflicts with your root composer.json require (~5.26.0).
|
php (ubuntu-latest, 8.1, hooks/DDTrace)
Process completed with exit code 2.
|
php (ubuntu-latest, 8.1, hooks/OpenTelemetry)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires psalm/plugin-mockery ^0.9.1 -> satisfiable by psalm/plugin-mockery[0.9.1].
- psalm/plugin-mockery 0.9.1 requires vimeo/psalm ^4.5 -> found vimeo/psalm[4.5.0, ..., 4.x-dev] but it conflicts with your root composer.json require (~5.26.0).
|
php (ubuntu-latest, 8.1, hooks/OpenTelemetry)
Process completed with exit code 2.
|
php (ubuntu-latest, 8.1, hooks/Validators)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires psalm/plugin-mockery ^0.9.1 -> satisfiable by psalm/plugin-mockery[0.9.1].
- psalm/plugin-mockery 0.9.1 requires vimeo/psalm ^4.5 -> found vimeo/psalm[4.5.0, ..., 4.x-dev] but it conflicts with your root composer.json require (~5.26.0).
|
php (ubuntu-latest, 8.1, hooks/Validators)
Process completed with exit code 2.
|
php (ubuntu-latest, 8.0, hooks/Validators)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires psalm/plugin-mockery ^0.9.1 -> satisfiable by psalm/plugin-mockery[0.9.1].
- psalm/plugin-mockery 0.9.1 requires vimeo/psalm ^4.5 -> found vimeo/psalm[4.5.0, ..., 4.x-dev] but it conflicts with your root composer.json require (~5.26.0).
|
php (ubuntu-latest, 8.0, hooks/Validators)
Process completed with exit code 2.
|
php (ubuntu-latest, 8.0, hooks/DDTrace)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires psalm/plugin-mockery ^0.9.1 -> satisfiable by psalm/plugin-mockery[0.9.1].
- psalm/plugin-mockery 0.9.1 requires vimeo/psalm ^4.5 -> found vimeo/psalm[4.5.0, ..., 4.x-dev] but it conflicts with your root composer.json require (~5.26.0).
|
php (ubuntu-latest, 8.0, hooks/DDTrace)
Process completed with exit code 2.
|
RiskyTruthyFalsyComparison:
src/common/EvaluationContextArrayFactory.php#L27
src/common/EvaluationContextArrayFactory.php:27:17: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
php (ubuntu-latest, 8.1, providers/Flagd)
Process completed with exit code 2.
|
php (ubuntu-latest, 8.0, hooks/OpenTelemetry)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires psalm/plugin-mockery ^0.9.1 -> satisfiable by psalm/plugin-mockery[0.9.1].
- psalm/plugin-mockery 0.9.1 requires vimeo/psalm ^4.5 -> found vimeo/psalm[4.5.0, ..., 4.x-dev] but it conflicts with your root composer.json require (~5.26.0).
|
php (ubuntu-latest, 8.0, hooks/OpenTelemetry)
Process completed with exit code 2.
|
php (ubuntu-latest, 8.2, hooks/OpenTelemetry)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires psalm/plugin-mockery ^0.9.1 -> satisfiable by psalm/plugin-mockery[0.9.1].
- psalm/plugin-mockery 0.9.1 requires vimeo/psalm ^4.5 -> found vimeo/psalm[4.5.0, ..., 4.x-dev] but it conflicts with your root composer.json require (~5.26.0).
|
php (ubuntu-latest, 8.2, hooks/OpenTelemetry)
Process completed with exit code 2.
|
php (ubuntu-latest, 8.2, hooks/DDTrace)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires psalm/plugin-mockery ^0.9.1 -> satisfiable by psalm/plugin-mockery[0.9.1].
- psalm/plugin-mockery 0.9.1 requires vimeo/psalm ^4.5 -> found vimeo/psalm[4.5.0, ..., 4.x-dev] but it conflicts with your root composer.json require (~5.26.0).
|
php (ubuntu-latest, 8.2, hooks/DDTrace)
Process completed with exit code 2.
|
InvalidReturnType:
src/util/Validator.php#L52
src/util/Validator.php:52:16: InvalidReturnType: The declared return type 'array{key: string, reason: string, variant: string}' for OpenFeature\Providers\GoFeatureFlag\util\Validator::validateSuccessApiResponse is incorrect, got 'array{key: string, reason: string, variant: string, ...<array-key, mixed>}' (see https://psalm.dev/011)
|
InvalidReturnStatement:
src/util/Validator.php#L86
src/util/Validator.php:86:16: InvalidReturnStatement: The inferred type 'array{key: string, reason: string, variant: string, ...<array-key, mixed>}' does not match the declared return type 'array{key: string, reason: string, variant: string}' for OpenFeature\Providers\GoFeatureFlag\util\Validator::validateSuccessApiResponse (see https://psalm.dev/128)
|
InvalidReturnType:
src/util/Validator.php#L92
src/util/Validator.php:92:16: InvalidReturnType: The declared return type 'array{errorCode: string}' for OpenFeature\Providers\GoFeatureFlag\util\Validator::validateErrorApiResponse is incorrect, got 'array{errorCode: string, ...<array-key, mixed>}' (see https://psalm.dev/011)
|
InvalidReturnStatement:
src/util/Validator.php#L118
src/util/Validator.php:118:16: InvalidReturnStatement: The inferred type 'array{errorCode: string, ...<array-key, mixed>}' does not match the declared return type 'array{errorCode: string}' for OpenFeature\Providers\GoFeatureFlag\util\Validator::validateErrorApiResponse (see https://psalm.dev/128)
|
php (ubuntu-latest, 8.0, providers/GoFeatureFlag)
Process completed with exit code 2.
|
InvalidReturnType:
src/util/Validator.php#L52
src/util/Validator.php:52:16: InvalidReturnType: The declared return type 'array{key: string, reason: string, variant: string}' for OpenFeature\Providers\GoFeatureFlag\util\Validator::validateSuccessApiResponse is incorrect, got 'array{key: string, reason: string, variant: string, ...<array-key, mixed>}' (see https://psalm.dev/011)
|
InvalidReturnStatement:
src/util/Validator.php#L86
src/util/Validator.php:86:16: InvalidReturnStatement: The inferred type 'array{key: string, reason: string, variant: string, ...<array-key, mixed>}' does not match the declared return type 'array{key: string, reason: string, variant: string}' for OpenFeature\Providers\GoFeatureFlag\util\Validator::validateSuccessApiResponse (see https://psalm.dev/128)
|
InvalidReturnType:
src/util/Validator.php#L92
src/util/Validator.php:92:16: InvalidReturnType: The declared return type 'array{errorCode: string}' for OpenFeature\Providers\GoFeatureFlag\util\Validator::validateErrorApiResponse is incorrect, got 'array{errorCode: string, ...<array-key, mixed>}' (see https://psalm.dev/011)
|
InvalidReturnStatement:
src/util/Validator.php#L118
src/util/Validator.php:118:16: InvalidReturnStatement: The inferred type 'array{errorCode: string, ...<array-key, mixed>}' does not match the declared return type 'array{errorCode: string}' for OpenFeature\Providers\GoFeatureFlag\util\Validator::validateErrorApiResponse (see https://psalm.dev/128)
|
php (ubuntu-latest, 8.1, providers/GoFeatureFlag)
Process completed with exit code 2.
|
RiskyTruthyFalsyComparison:
src/common/EvaluationContextArrayFactory.php#L27
src/common/EvaluationContextArrayFactory.php:27:17: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
php (ubuntu-latest, 8.0, providers/Flagd)
Process completed with exit code 2.
|
RiskyTruthyFalsyComparison:
src/common/EvaluationContextArrayFactory.php#L27
src/common/EvaluationContextArrayFactory.php:27:17: RiskyTruthyFalsyComparison: Operand of type null|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
php (ubuntu-latest, 8.2, providers/Flagd)
Process completed with exit code 2.
|
php (ubuntu-latest, 8.2, hooks/Validators)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires psalm/plugin-mockery ^0.9.1 -> satisfiable by psalm/plugin-mockery[0.9.1].
- psalm/plugin-mockery 0.9.1 requires vimeo/psalm ^4.5 -> found vimeo/psalm[4.5.0, ..., 4.x-dev] but it conflicts with your root composer.json require (~5.26.0).
|
php (ubuntu-latest, 8.2, hooks/Validators)
Process completed with exit code 2.
|
InvalidReturnType:
src/util/Validator.php#L52
src/util/Validator.php:52:16: InvalidReturnType: The declared return type 'array{key: string, reason: string, variant: string}' for OpenFeature\Providers\GoFeatureFlag\util\Validator::validateSuccessApiResponse is incorrect, got 'array{key: string, reason: string, variant: string, ...<array-key, mixed>}' (see https://psalm.dev/011)
|
InvalidReturnStatement:
src/util/Validator.php#L86
src/util/Validator.php:86:16: InvalidReturnStatement: The inferred type 'array{key: string, reason: string, variant: string, ...<array-key, mixed>}' does not match the declared return type 'array{key: string, reason: string, variant: string}' for OpenFeature\Providers\GoFeatureFlag\util\Validator::validateSuccessApiResponse (see https://psalm.dev/128)
|
InvalidReturnType:
src/util/Validator.php#L92
src/util/Validator.php:92:16: InvalidReturnType: The declared return type 'array{errorCode: string}' for OpenFeature\Providers\GoFeatureFlag\util\Validator::validateErrorApiResponse is incorrect, got 'array{errorCode: string, ...<array-key, mixed>}' (see https://psalm.dev/011)
|
InvalidReturnStatement:
src/util/Validator.php#L118
src/util/Validator.php:118:16: InvalidReturnStatement: The inferred type 'array{errorCode: string, ...<array-key, mixed>}' does not match the declared return type 'array{errorCode: string}' for OpenFeature\Providers\GoFeatureFlag\util\Validator::validateErrorApiResponse (see https://psalm.dev/128)
|
php (ubuntu-latest, 8.2, providers/GoFeatureFlag)
Process completed with exit code 2.
|
php (ubuntu-latest, 8.1, hooks/DDTrace)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.1, hooks/OpenTelemetry)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.1, hooks/Validators)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.0, hooks/Validators)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.0, hooks/DDTrace)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.1, providers/Flagd)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.0, hooks/OpenTelemetry)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.2, hooks/OpenTelemetry)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.2, hooks/DDTrace)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.0, providers/GoFeatureFlag)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.1, providers/GoFeatureFlag)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.0, providers/Flagd)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.2, providers/Flagd)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.2, hooks/Validators)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.2, providers/GoFeatureFlag)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.0, providers/Split)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.1, providers/Split)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
php (ubuntu-latest, 8.2, providers/Split)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|