Skip to content

Commit 95d82a7

Browse files
committed
chore: update psalm baseline
1 parent df943d9 commit 95d82a7

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

psalm-baseline.xml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="6.12.0@cf420941d061a57050b6c468ef2c778faf40aee2">
2+
<files psalm-version="6.12.1@e71404b0465be25cf7f8a631b298c01c5ddd864f">
33
<file src="src/Activity.php">
44
<ImplicitToStringCast>
55
<code><![CDATA[$type]]></code>
@@ -352,33 +352,11 @@
352352
</file>
353353
<file src="src/Exception/Client/ActivityCompletionException.php">
354354
<PossiblyInvalidArgument>
355-
<code><![CDATA[$e === null ? 0 : $e->getCode()]]></code>
356-
<code><![CDATA[$e->getCode()]]></code>
357-
<code><![CDATA[$e->getCode()]]></code>
355+
<code><![CDATA[$code]]></code>
358356
</PossiblyInvalidArgument>
359357
<PossiblyNullReference>
360358
<code><![CDATA[getID]]></code>
361359
</PossiblyNullReference>
362-
<UnsafeInstantiation>
363-
<code><![CDATA[new static(
364-
$e->getMessage(),
365-
$e->getCode(),
366-
$e,
367-
)]]></code>
368-
<code><![CDATA[new static(
369-
self::buildMessage(
370-
[
371-
'workflowId' => $info->workflowExecution->getID(),
372-
'runId' => $info->workflowExecution->getRunID(),
373-
'activityId' => $info->id,
374-
'activityType' => $info->type->name,
375-
],
376-
),
377-
$e === null ? 0 : $e->getCode(),
378-
$e,
379-
)]]></code>
380-
<code><![CDATA[new static('', $e->getCode(), $e)]]></code>
381-
</UnsafeInstantiation>
382360
</file>
383361
<file src="src/Exception/Client/MultyOperation/OperationStatus.php">
384362
<InvalidArgument>

0 commit comments

Comments
 (0)