generated from ergebnis/symfony-application-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpsalm-baseline.xml
80 lines (80 loc) · 2.64 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
<file src="bin/console">
<MixedArgument>
<code><![CDATA[$context['APP_ENV']]]></code>
</MixedArgument>
</file>
<file src="public/index.php">
<MixedArgument>
<code><![CDATA[$context['APP_ENV']]]></code>
</MixedArgument>
</file>
<file src="src/Repository/UserRepository.php">
<UnusedParam>
<code><![CDATA[$registry]]></code>
</UnusedParam>
</file>
<file src="test/AutoReview/FixtureTest.php">
<ArgumentTypeCoercion>
<code><![CDATA[$providerClassName]]></code>
</ArgumentTypeCoercion>
</file>
<file src="test/Fixture/Entity/AvatarDefinitionProvider.php">
<UnusedClass>
<code><![CDATA[AvatarDefinitionProvider]]></code>
</UnusedClass>
</file>
<file src="test/Fixture/Entity/CodeOfConductDefinitionProvider.php">
<UnusedClass>
<code><![CDATA[CodeOfConductDefinitionProvider]]></code>
</UnusedClass>
</file>
<file src="test/Fixture/Entity/OrganizationDefinitionProvider.php">
<UnusedClass>
<code><![CDATA[OrganizationDefinitionProvider]]></code>
</UnusedClass>
</file>
<file src="test/Fixture/Entity/ProjectDefinitionProvider.php">
<UnusedClass>
<code><![CDATA[ProjectDefinitionProvider]]></code>
</UnusedClass>
</file>
<file src="test/Fixture/Entity/RepositoryDefinitionProvider.php">
<UnusedClass>
<code><![CDATA[RepositoryDefinitionProvider]]></code>
</UnusedClass>
</file>
<file src="test/Fixture/Entity/UserDefinitionProvider.php">
<UnusedClass>
<code><![CDATA[UserDefinitionProvider]]></code>
</UnusedClass>
</file>
<file src="test/Unit/Entity/ProjectTest.php">
<UnnecessaryVarAnnotation>
<code><![CDATA[Entity\Repository]]></code>
</UnnecessaryVarAnnotation>
</file>
<file src="test/Unit/Entity/RepositoryTest.php">
<UnnecessaryVarAnnotation>
<code><![CDATA[Entity\CodeOfConduct]]></code>
<code><![CDATA[Entity\Organization]]></code>
<code><![CDATA[Entity\Organization]]></code>
<code><![CDATA[Entity\Repository]]></code>
</UnnecessaryVarAnnotation>
</file>
<file src="test/Unit/Entity/UserTest.php">
<UnnecessaryVarAnnotation>
<code><![CDATA[Entity\User]]></code>
</UnnecessaryVarAnnotation>
</file>
<file src="test/object-manager.php">
<PossiblyNullArgument>
<code><![CDATA[$_SERVER['APP_ENV']]]></code>
</PossiblyNullArgument>
<PossiblyUndefinedArrayOffset>
<code><![CDATA[$_SERVER['APP_DEBUG']]]></code>
<code><![CDATA[$_SERVER['APP_ENV']]]></code>
</PossiblyUndefinedArrayOffset>
</file>
</files>