-
Notifications
You must be signed in to change notification settings - Fork 15
/
psalm-baseline.xml
59 lines (59 loc) · 2.15 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.7.7@e028ba46ba0d7f9a78bc3201c251e137383e145f">
<file src="src/Configuration/PHPUnitConfig.php">
<DocblockTypeContradiction>
<code><![CDATA[$extension->attributes]]></code>
</DocblockTypeContradiction>
<RedundantConditionGivenDocblockType>
<code><![CDATA[$extension->attributes?->getNamedItem('class')]]></code>
</RedundantConditionGivenDocblockType>
</file>
<file src="src/Configuration/ParallelConfiguration.php">
<MixedArgument>
<code><![CDATA[$input->getArgument('stringFilter')]]></code>
<code><![CDATA[$input->getOption('chunk-size')]]></code>
<code><![CDATA[$input->getOption('configuration') ?? '.']]></code>
<code><![CDATA[$input->getOption('logo')]]></code>
<code><![CDATA[$input->getOption('parallel')]]></code>
<code><![CDATA[$input->getOption('pass-through')]]></code>
<code><![CDATA[$input->getOption('testsuite')]]></code>
<code><![CDATA[$input->getOption('exclude-testsuite')]]></code>
<code><![CDATA[$input->getOption('sort')]]></code>
<code><![CDATA[$input->getOption('test-suffix')]]></code>
</MixedArgument>
</file>
<file src="src/Coverage/CoverageFetcher.php">
<MixedAssignment>
<code>$codeCoverage</code>
</MixedAssignment>
</file>
<file src="src/File/Cleaner.php">
<MixedArgument>
<code><![CDATA[$file->getRealPath()]]></code>
<code><![CDATA[$file->getRealPath()]]></code>
</MixedArgument>
<MixedAssignment>
<code>$file</code>
</MixedAssignment>
<MixedMethodCall>
<code>getRealPath</code>
<code>getRealPath</code>
<code>isDir</code>
</MixedMethodCall>
</file>
<file src="src/Filter/Filter.php">
<PossiblyNullOperand>
<code><![CDATA[$fileNode->nodeValue]]></code>
</PossiblyNullOperand>
</file>
<file src="src/Process/CommandLine.php">
<PossiblyNullOperand>
<code><![CDATA[$option->getValue()]]></code>
</PossiblyNullOperand>
</file>
<file src="src/Process/SymfonyProcessWrapper.php">
<MixedArgumentTypeCoercion>
<code>$env</code>
</MixedArgumentTypeCoercion>
</file>
</files>