Skip to content

Commit

Permalink
Fix psalm issues
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Feb 6, 2025
1 parent 2f1dab3 commit e8b6327
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1247,9 +1247,6 @@
</PossiblyNullReference>
</file>
<file src="src/Internal/Workflow/ScopeContext.php">
<InaccessibleProperty>
<code><![CDATA[$this->input->info->typedSearchAttributes]]></code>
</InaccessibleProperty>
<MissingImmutableAnnotation>
<code><![CDATA[ScopeContext]]></code>
</MissingImmutableAnnotation>
Expand All @@ -1267,6 +1264,9 @@
<code><![CDATA[$type]]></code>
<code><![CDATA[$type]]></code>
</ArgumentTypeCoercion>
<InaccessibleProperty>
<code><![CDATA[$this->input->info->typedSearchAttributes]]></code>
</InaccessibleProperty>
<InvalidArgument>
<code><![CDATA[$options]]></code>
</InvalidArgument>
Expand Down
2 changes: 1 addition & 1 deletion src/Internal/Workflow/WorkflowContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ function (UpsertTypedSearchAttributesInput $input): PromiseInterface {
return $result;
},
/** @see WorkflowOutboundCallsInterceptor::upsertTypedSearchAttributes() */
'upsertSearchAttributes',
'upsertTypedSearchAttributes',
)(new UpsertTypedSearchAttributesInput($updates));
}

Expand Down

0 comments on commit e8b6327

Please sign in to comment.