Skip to content

Commit

Permalink
Suppress psalm issues
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Dec 24, 2024
1 parent 1fe2987 commit ffd472c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,9 @@
<DeprecatedClass>
<code><![CDATA[new AnnotationReader()]]></code>
</DeprecatedClass>
<ImpureMethodCall>
<code><![CDATA[create]]></code>
</ImpureMethodCall>
<InternalClass>
<code><![CDATA[new Client($this->responses)]]></code>
</InternalClass>
Expand Down Expand Up @@ -1477,7 +1480,7 @@
<code><![CDATA[new static(
$converter ?? DataConverter::createDefault(),
$rpc ?? Goridge::create(),
$credentials ?? ServiceCredentials::create(),
$credentials,
)]]></code>
</UnsafeInstantiation>
</file>
Expand Down

0 comments on commit ffd472c

Please sign in to comment.