Skip to content

Commit

Permalink
chore: update psalm-baseline.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jul 12, 2023
1 parent c057e69 commit 332c8b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.12.0@f90118cdeacd0088e7215e64c0c99ceca819e176">
<files psalm-version="5.13.1@086b94371304750d1c673315321a55d15fc59015">
<file src="system/Cache/FactoriesCache/FileVarExportHandler.php">
<UndefinedVariable>
<code>$val</code>
</UndefinedVariable>
</file>
<file src="system/Cache/Handlers/MemcachedHandler.php">
<UndefinedClass>
<code>Memcache</code>
Expand Down Expand Up @@ -102,11 +107,6 @@
<code>UnexsistenceClass</code>
</UndefinedClass>
</file>
<file src="tests/system/Config/FactoriesTest.php">
<UndefinedClass>
<code><![CDATA['SomeWidget']]></code>
</UndefinedClass>
</file>
<file src="tests/system/Database/BaseConnectionTest.php">
<InaccessibleProperty>
<code><![CDATA[$db->username]]></code>
Expand Down

0 comments on commit 332c8b4

Please sign in to comment.