Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 27, 2023
1 parent 617733a commit 523ad03
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .psalm/baseline.xml
Expand Up @@ -89,9 +89,6 @@
<ArgumentTypeCoercion>
<code><![CDATA[$eventClass . 'Subscriber']]></code>
</ArgumentTypeCoercion>
<InvalidArrayOffset>
<code><![CDATA[gc_status()['running']]]></code>
</InvalidArrayOffset>
</file>
<file src="src/Event/Value/Runtime/PHP.php">
<ImpureFunctionCall>
Expand All @@ -108,18 +105,6 @@
<code>fromBytes</code>
</ImpureMethodCall>
</file>
<file src="src/Event/Value/Telemetry/Php83GarbageCollectorStatusProvider.php">
<InvalidArrayOffset>
<code><![CDATA[$status['application_time']]]></code>
<code><![CDATA[$status['buffer_size']]]></code>
<code><![CDATA[$status['collector_time']]]></code>
<code><![CDATA[$status['destructor_time']]]></code>
<code><![CDATA[$status['free_time']]]></code>
<code><![CDATA[$status['full']]]></code>
<code><![CDATA[$status['protected']]]></code>
<code><![CDATA[$status['running']]]></code>
</InvalidArrayOffset>
</file>
<file src="src/Event/Value/Test/TestCollection.php">
<PropertyTypeCoercion>
<code>$tests</code>
Expand Down

0 comments on commit 523ad03

Please sign in to comment.