fix: throw correct exception from Activity and Workflow contexts #911
static-analysis.yml
on: pull_request
Matrix: Architecture tests
Matrix: psalm
Annotations
3 errors
|
Psalm Validation (PHP 8.3, OS ubuntu-latest)
Process completed with exit code 2.
|
|
PossiblyNullArgument:
src/Internal/Support/Facade.php#L54
src/Internal/Support/Facade.php:54:31: PossiblyNullArgument: Argument 1 of spl_object_id cannot be null, possibly null value provided (see https://psalm.dev/078)
|
|
PossiblyNullArrayOffset:
src/Internal/Promise/CancellationQueue.php#L44
src/Internal/Promise/CancellationQueue.php:44:45: PossiblyNullArrayOffset: Cannot access value on variable $this->queue using possibly null offset array-key|mixed|null (see https://psalm.dev/125)
|