forked from infection/infection
-
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.11.0@c9b192ab8400fdaf04b2b13d110575adc879aa90">
<file src="src/Mutator/Extensions/BCMath.php">
<ImpureFunctionCall>
<code><![CDATA[$this->converters[$name->toLowerString()]($node)]]></code>
</ImpureFunctionCall>
</file>
<file src="src/Mutator/Extensions/MBString.php">
<ImpureFunctionCall>
<code><![CDATA[$this->converters[$name->toLowerString()]($node)]]></code>
</ImpureFunctionCall>
</file>
<file src="src/Mutator/IgnoreMutator.php">
<InvalidArgument>
<code>$node</code>
</InvalidArgument>
</file>
<file src="src/TestFramework/Coverage/JUnit/JUnitTestFileDataProvider.php">
<InvalidReturnType>
<code><![CDATA[iterable<string, string>]]></code>
</InvalidReturnType>
</file>
<file src="src/TestFramework/Factory.php">
<InvalidArgument>
<code><![CDATA[$this->sourceFileFilter->filter($this->infectionConfig->getSourceFiles())]]></code>
</InvalidArgument>
</file>
<file src="src/TestFramework/TestFrameworkExtraOptionsFilter.php">
<InvalidReturnStatement>
<code><![CDATA[preg_replace('/\s+/', ' ', trim($actualExtraOptions))]]></code>
</InvalidReturnStatement>
<InvalidReturnType>
<code>string</code>
</InvalidReturnType>
</file>
</files>