-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm-baseline.xml
36 lines (36 loc) · 1.29 KB
/
psalm-baseline.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.25.0@01a8eb06b9e9cc6cfb6a320bf9fb14331919d505">
<file src="src/Module/Finder/Internal/PromptFinderImpl.php">
<MixedInferredReturnType>
<code><![CDATA[PromptCache]]></code>
</MixedInferredReturnType>
<MixedReturnStatement>
<code><![CDATA[$this->cache->get(self::CACHE_KEY) ?? new PromptCache()]]></code>
<code><![CDATA[$this->cache->get(self::CACHE_KEY) ?? new PromptCache()]]></code>
</MixedReturnStatement>
</file>
<file src="src/Service/Factoriable.php">
<InvalidDocblock>
<code><![CDATA[Factoriable]]></code>
</InvalidDocblock>
</file>
<file src="src/Service/Internal/Cache/PsrCache.php">
<MixedAssignment>
<code><![CDATA[$value]]></code>
<code><![CDATA[$value]]></code>
</MixedAssignment>
</file>
<file src="src/Service/Internal/Container/ContainerImpl.php">
<InvalidReturnType>
<code><![CDATA[object]]></code>
</InvalidReturnType>
</file>
<file src="src/Service/Internal/Container/Injection/ConfigLoader.php">
<MixedMethodCall>
<code><![CDATA[new $attribute->class()]]></code>
</MixedMethodCall>
<RedundantCondition>
<code><![CDATA[\assert($xml instanceof \SimpleXMLElement)]]></code>
</RedundantCondition>
</file>
</files>