Skip to content

Commit 3c070b9

Browse files
committed
Update psalm baseline
1 parent c5663c4 commit 3c070b9

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

psalm-baseline.xml

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,36 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<files psalm-version="5.25.0@01a8eb06b9e9cc6cfb6a320bf9fb14331919d505">
3-
<file src="src/Service/Container/ContainerImpl.php">
3+
<file src="src/Module/Finder/Internal/PromptFinderImpl.php">
4+
<MixedInferredReturnType>
5+
<code><![CDATA[PromptCache]]></code>
6+
</MixedInferredReturnType>
7+
<MixedReturnStatement>
8+
<code><![CDATA[$this->cache->get(self::CACHE_KEY) ?? new PromptCache()]]></code>
9+
<code><![CDATA[$this->cache->get(self::CACHE_KEY) ?? new PromptCache()]]></code>
10+
</MixedReturnStatement>
11+
</file>
12+
<file src="src/Service/Factoriable.php">
13+
<InvalidDocblock>
14+
<code><![CDATA[Factoriable]]></code>
15+
</InvalidDocblock>
16+
</file>
17+
<file src="src/Service/Internal/Cache/PsrCache.php">
18+
<MixedAssignment>
19+
<code><![CDATA[$value]]></code>
20+
<code><![CDATA[$value]]></code>
21+
</MixedAssignment>
22+
</file>
23+
<file src="src/Service/Internal/Container/ContainerImpl.php">
424
<InvalidReturnType>
525
<code><![CDATA[object]]></code>
626
</InvalidReturnType>
727
</file>
8-
<file src="src/Service/Container/Injection/ConfigLoader.php">
28+
<file src="src/Service/Internal/Container/Injection/ConfigLoader.php">
929
<MixedMethodCall>
1030
<code><![CDATA[new $attribute->class()]]></code>
1131
</MixedMethodCall>
1232
<RedundantCondition>
1333
<code><![CDATA[\assert($xml instanceof \SimpleXMLElement)]]></code>
1434
</RedundantCondition>
1535
</file>
16-
<file src="src/Service/Factoriable.php">
17-
<InvalidDocblock>
18-
<code><![CDATA[Factoriable]]></code>
19-
</InvalidDocblock>
20-
</file>
2136
</files>

0 commit comments

Comments
 (0)