Skip to content

Commit

Permalink
Merge branch '11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 8, 2024
2 parents 1adf30d + dacf182 commit e2916ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .psalm/baseline.xml
Expand Up @@ -70,6 +70,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 e2916ae

Please sign in to comment.