-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpsalm-baseline.xml
39 lines (39 loc) · 1.48 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
<file src="src/Handler/ContainerHandler.php">
<MissingClassConstType>
<code><![CDATA[GET_CLASSLIKES = [
'Psr\Container\ContainerInterface',
'Symfony\Component\DependencyInjection\ContainerInterface',
'Symfony\Component\DependencyInjection\Container',
'Symfony\Bundle\FrameworkBundle\Controller\AbstractController',
'Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait',
'Symfony\Bundle\FrameworkBundle\Test\TestContainer',
]]]></code>
</MissingClassConstType>
</file>
<file src="src/Plugin.php">
<UnusedPsalmSuppress>
<code><![CDATA[DeprecatedMethod]]></code>
</UnusedPsalmSuppress>
</file>
<file src="src/Test/CodeceptionModule.php">
<MissingClassConstType>
<code><![CDATA[DEFAULT_TWIG_TEMPLATES_DIR = 'templates']]></code>
</MissingClassConstType>
</file>
<file src="src/Twig/CachedTemplatesMapping.php">
<MissingClassConstType>
<code><![CDATA[CACHED_TEMPLATE_HEADER_PATTERN =
'use Twig\\\\Template;\n\n'.
'\/\* (?<name>@?.+\.twig) \*\/\n'.
'class (?<class>__TwigTemplate_[a-z0-9]{64}) extends (\\\\Twig\\\\)?Template']]></code>
</MissingClassConstType>
</file>
<file src="src/Twig/Context.php">
<UnnecessaryVarAnnotation>
<code><![CDATA[int]]></code>
<code><![CDATA[string]]></code>
</UnnecessaryVarAnnotation>
</file>
</files>