From c470f2cf4dabf4802ad307ea6e886ebb1c2b15f0 Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Tue, 2 Jul 2024 23:17:19 +0400 Subject: [PATCH] Fix psalm issue --- psalm-baseline.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psalm-baseline.xml b/psalm-baseline.xml index e6ccb4cd..aa1b9cbf 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -1202,7 +1202,7 @@ $request = new SignalExternalWorkflow( $this->getOptions()->namespace, $execution->getID(), - $execution->getRunID(), + null, $name, EncodedValues::fromValues($args), true,