Skip to content

Commit e2916ae

Browse files
Merge branch '11.0'
2 parents 1adf30d + dacf182 commit e2916ae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.psalm/baseline.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@
7070
<code><![CDATA[fromSecondsAndNanoseconds]]></code>
7171
<code><![CDATA[fromSecondsAndNanoseconds]]></code>
7272
</ImpureMethodCall>
73+
<MissingThrowsDocblock>
74+
<code><![CDATA[Duration::fromSecondsAndNanoseconds(
75+
$seconds,
76+
$nanoseconds,
77+
)]]></code>
78+
<code><![CDATA[Duration::fromSecondsAndNanoseconds(0, 0)]]></code>
79+
</MissingThrowsDocblock>
7380
</file>
7481
<file src="src/Event/Value/Telemetry/MemoryUsage.php">
7582
<ImpureMethodCall>

0 commit comments

Comments
 (0)