Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 8, 2024
1 parent fac35fd commit 6217223
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@
<code><![CDATA[fromSecondsAndNanoseconds]]></code>
<code><![CDATA[fromSecondsAndNanoseconds]]></code>
</ImpureMethodCall>
<MissingThrowsDocblock>
<code><![CDATA[Duration::fromSecondsAndNanoseconds(
$seconds,
$nanoseconds,
)]]></code>
<code><![CDATA[Duration::fromSecondsAndNanoseconds(0, 0)]]></code>
</MissingThrowsDocblock>
</file>
<file src="src/Event/Value/Telemetry/MemoryUsage.php">
<ImpureMethodCall>
Expand Down

0 comments on commit 6217223

Please sign in to comment.