Skip to content

Commit

Permalink
[Psalm] Update baseline (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
root-aza authored Jan 17, 2024
1 parent 89a1b0b commit 7e646c6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@
<code><![CDATA[$options->toSearchAttributes($this->converter)]]></code>
<code><![CDATA[DateInterval::toDuration($options->workflowExecutionTimeout)]]></code>
<code><![CDATA[DateInterval::toDuration($options->workflowRunTimeout)]]></code>
<code><![CDATA[DateInterval::toDuration($options->workflowStartDelay)]]></code>
<code><![CDATA[DateInterval::toDuration($options->workflowTaskTimeout)]]></code>
</PossiblyNullArgument>
<PossiblyNullReference>
Expand Down Expand Up @@ -924,12 +923,9 @@
</MissingTemplateParam>
</file>
<file src="src/Internal/Repository/ArrayRepository.php">
<InvalidDocblock>
<code>private array $entries = [];</code>
</InvalidDocblock>
<PossiblyInvalidArgument>
<code><![CDATA[\array_filter($this->entries, $filter)]]></code>
</PossiblyInvalidArgument>
<InvalidReturnStatement>
<code><![CDATA[$this->entries[$id] ?? null]]></code>
</InvalidReturnStatement>
<UnsafeInstantiation>
<code><![CDATA[new static(\array_filter($this->entries, $filter))]]></code>
</UnsafeInstantiation>
Expand Down

0 comments on commit 7e646c6

Please sign in to comment.