We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1adf30d + dacf182 commit e2916aeCopy full SHA for e2916ae
.psalm/baseline.xml
@@ -70,6 +70,13 @@
70
<code><![CDATA[fromSecondsAndNanoseconds]]></code>
71
72
</ImpureMethodCall>
73
+ <MissingThrowsDocblock>
74
+ <code><![CDATA[Duration::fromSecondsAndNanoseconds(
75
+ $seconds,
76
+ $nanoseconds,
77
+ )]]></code>
78
+ <code><![CDATA[Duration::fromSecondsAndNanoseconds(0, 0)]]></code>
79
+ </MissingThrowsDocblock>
80
</file>
81
<file src="src/Event/Value/Telemetry/MemoryUsage.php">
82
<ImpureMethodCall>
0 commit comments