Skip to content
Prev Previous commit
build: update psalm baseline with php7.4
The UndefinedPropertyFetch warnings are fixed with PHP 8.1.

Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Dec 13, 2022
commit 27a5ad4522304b7c141d843b32b89281c29f3700
7 changes: 7 additions & 0 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@
<code>['types' =&gt; true, 'limit' =&gt; 1]</code>
</InvalidArgument>
</file>
<file src="lib/Service/MimeMessage.php">
<UndefinedPropertyFetch occurrences="3">
<code>$doc-&gt;documentElement</code>
<code>$node-&gt;tagName</code>
<code>$node-&gt;textContent</code>
</UndefinedPropertyFetch>
</file>
<file src="lib/Support/ConsoleLoggerDecorator.php">
<UndefinedClass occurrences="2">
<code>OutputInterface</code>
Expand Down