Merge pull request #7: Update Workflow options #37
Annotations
5 errors
|
Psalm Validation (PHP 8.2, OS ubuntu-latest)
Process completed with exit code 2.
|
|
TypeDoesNotContainNull:
src/Internal/RetryOptions.php#L53
src/Internal/RetryOptions.php:53:70: TypeDoesNotContainNull: Cannot resolve types for $retryMaxInterval - DateInterval|int|string does not contain null (see https://psalm.dev/090)
|
|
TypeDoesNotContainType:
src/Internal/RetryOptions.php#L53
src/Internal/RetryOptions.php:53:70: TypeDoesNotContainType: Cannot resolve types for $retryMaxInterval - DateInterval|int|string does not contain type-alias(Temporal\Internal\Support\DateInterval::DateIntervalValue) (see https://psalm.dev/056)
|
|
TypeDoesNotContainNull:
src/Internal/RetryOptions.php#L52
src/Internal/RetryOptions.php:52:71: TypeDoesNotContainNull: Cannot resolve types for $retryInitInterval - DateInterval|int|string does not contain null (see https://psalm.dev/090)
|
|
TypeDoesNotContainType:
src/Internal/RetryOptions.php#L52
src/Internal/RetryOptions.php:52:71: TypeDoesNotContainType: Cannot resolve types for $retryInitInterval - DateInterval|int|string does not contain type-alias(Temporal\Internal\Support\DateInterval::DateIntervalValue) (see https://psalm.dev/056)
|