feat: new GO Feature Flag PHP provider #382
Annotations
10 errors and 1 warning
src/GoFeatureFlagProvider.php#L39
src/GoFeatureFlagProvider.php:39:13: RedundantCondition: array<string, string> always contains array<array-key, mixed> (see https://psalm.dev/122)
|
src/GoFeatureFlagProvider.php#L40
src/GoFeatureFlagProvider.php:40:13: InvalidArrayAssignment: Assigning to the output of a function has no effect (see https://psalm.dev/006)
|
src/GoFeatureFlagProvider.php#L64
src/GoFeatureFlagProvider.php:64:60: PossiblyNullArgument: Argument 2 of OpenFeature\Providers\GoFeatureFlag\controller\OfrepApi::evaluate cannot be null, possibly null value provided (see https://psalm.dev/078)
|
src/GoFeatureFlagProvider.php#L73
src/GoFeatureFlagProvider.php:73:33: MixedArgument: Argument 1 of OpenFeature\implementation\provider\ResolutionDetailsBuilder::withValue cannot be mixed, expecting DateTime|array<array-key, mixed>|null|scalar (see https://psalm.dev/030)
|
src/GoFeatureFlagProvider.php#L86
src/GoFeatureFlagProvider.php:86:33: MixedArgument: Argument 1 of OpenFeature\implementation\provider\ResolutionDetailsBuilder::withValue cannot be mixed, expecting DateTime|array<array-key, mixed>|null|scalar (see https://psalm.dev/030)
|
src/GoFeatureFlagProvider.php#L91
src/GoFeatureFlagProvider.php:91:29: MixedArgument: Argument 1 of OpenFeature\implementation\provider\ResolutionDetailsBuilder::withValue cannot be mixed, expecting DateTime|array<array-key, mixed>|null|scalar (see https://psalm.dev/030)
|
src/GoFeatureFlagProvider.php#L93
src/GoFeatureFlagProvider.php:93:31: PossiblyNullArgument: Argument 1 of OpenFeature\implementation\provider\ResolutionDetailsBuilder::withVariant cannot be null, possibly null value provided (see https://psalm.dev/078)
|
src/GoFeatureFlagProvider.php#L99
src/GoFeatureFlagProvider.php:99:29: MixedArgument: Argument 1 of OpenFeature\implementation\provider\ResolutionDetailsBuilder::withValue cannot be mixed, expecting DateTime|array<array-key, mixed>|null|scalar (see https://psalm.dev/030)
|
src/GoFeatureFlagProvider.php#L105
src/GoFeatureFlagProvider.php:105:29: MixedArgument: Argument 1 of OpenFeature\implementation\provider\ResolutionDetailsBuilder::withValue cannot be mixed, expecting DateTime|array<array-key, mixed>|null|scalar (see https://psalm.dev/030)
|
src/config/Config.php#L18
src/config/Config.php:18:32: MixedPropertyTypeCoercion: $this->customHeaders expects 'array<string, string>', parent type `array<array-key, mixed>|null` provided (see https://psalm.dev/196)
|
The following actions uses Node.js version which is deprecated 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/
|
The logs for this run have expired and are no longer available.
Loading