-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathpsalm.baseline.xml
136 lines (136 loc) · 4.65 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.6.4@97fe86c4e158b5a57c5150aa5055c38b5a809aab">
<file src="Catalogue/Operation/ReplaceOperation.php">
<TypeDoesNotContainType occurrences="2">
<code>!\is_array($source)</code>
<code>!\is_array($target)</code>
</TypeDoesNotContainType>
</file>
<file src="Command/BundleTrait.php">
<UndefinedMethod occurrences="1">
<code>getKernel</code>
</UndefinedMethod>
</file>
<file src="Controller/SymfonyProfilerController.php">
<InvalidReturnStatement occurrences="2">
<code>$messages</code>
<code>$messages->getValue(true)</code>
</InvalidReturnStatement>
<InvalidReturnType occurrences="1">
<code>array</code>
</InvalidReturnType>
<NullableReturnStatement occurrences="1">
<code>$messages->getValue(true)</code>
</NullableReturnStatement>
</file>
<file src="Controller/WebUIController.php">
<UndefinedMethod occurrences="1">
<code>Intl::getLocaleBundle()</code>
</UndefinedMethod>
</file>
<file src="DependencyInjection/Configuration.php">
<InvalidArgument occurrences="1">
<code>\array_keys($bundles)</code>
</InvalidArgument>
<UndefinedMethod occurrences="2">
<code>fixXmlConfig</code>
<code>root</code>
</UndefinedMethod>
</file>
<file src="DependencyInjection/TranslationExtension.php">
<InvalidArgument occurrences="1">
<code>$container->getParameter('kernel.project_dir')</code>
</InvalidArgument>
</file>
<file src="EventListener/AutoAddMissingTranslations.php">
<UndefinedClass occurrences="1">
<code>PostResponseEvent</code>
</UndefinedClass>
</file>
<file src="EventListener/EditInPlaceResponseListener.php">
<UndefinedClass occurrences="1">
<code>FilterResponseEvent</code>
</UndefinedClass>
</file>
<file src="Service/CacheClearer.php">
<UndefinedClass occurrences="1">
<code>LegacyTranslatorInterface</code>
</UndefinedClass>
</file>
<file src="Service/Importer.php">
<InternalMethod occurrences="1">
<code>getNodeVisitors</code>
</InternalMethod>
</file>
<file src="Translator/EditInPlaceTranslator.php">
<UndefinedClass occurrences="2">
<code>$this->translator</code>
<code>$this->translator</code>
</UndefinedClass>
<UndefinedDocblockClass occurrences="7">
<code>$this->translator</code>
<code>$this->translator</code>
<code>$this->translator</code>
<code>$this->translator</code>
<code>$this->translator</code>
<code>LegacyTranslatorInterface|NewTranslatorInterface</code>
<code>LegacyTranslatorInterface|NewTranslatorInterface</code>
</UndefinedDocblockClass>
<UndefinedInterfaceMethod occurrences="5">
<code>getCatalogue</code>
<code>getLocale</code>
<code>getLocale</code>
<code>setLocale</code>
<code>transChoice</code>
</UndefinedInterfaceMethod>
</file>
<file src="Translator/FallbackTranslator.php">
<RedundantCast occurrences="1">
<code>(string) $id</code>
</RedundantCast>
<UndefinedDocblockClass occurrences="9">
<code>$this->symfonyTranslator</code>
<code>$this->symfonyTranslator</code>
<code>$this->symfonyTranslator</code>
<code>$this->symfonyTranslator</code>
<code>$this->symfonyTranslator</code>
<code>$this->symfonyTranslator</code>
<code>$this->symfonyTranslator</code>
<code>LegacyTranslatorInterface|NewTranslatorInterface</code>
<code>LegacyTranslatorInterface|NewTranslatorInterface</code>
</UndefinedDocblockClass>
<UndefinedInterfaceMethod occurrences="5">
<code>getCatalogue</code>
<code>getLocale</code>
<code>setLocale</code>
<code>transChoice</code>
<code>transChoice</code>
</UndefinedInterfaceMethod>
</file>
<file src="Translator/TranslatorInterface.php">
<UnrecognizedStatement occurrences="1"/>
</file>
<file src="Twig/EditInPlaceExtension.php">
<InvalidArgument occurrences="1">
<code>[$this->extension, 'transchoice']</code>
</InvalidArgument>
</file>
<file src="Twig/TranslationExtension.php">
<UndefinedClass occurrences="1">
<code>LegacyTranslatorInterface</code>
</UndefinedClass>
<UndefinedInterfaceMethod occurrences="2">
<code>transChoice</code>
<code>transChoice</code>
</UndefinedInterfaceMethod>
</file>
<file src="Twig/Visitor/DefaultApplyingNodeVisitor.php">
<InvalidScalarArgument occurrences="5">
<code>0</code>
<code>0</code>
<code>0</code>
<code>0</code>
<code>0</code>
</InvalidScalarArgument>
</file>
</files>