forked from sonata-project/SonataTranslationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm-baseline.xml
36 lines (36 loc) · 1.6 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="3.18.2@19aa905f7c3c7350569999a93c40ae91ae4e1626">
<!-- sonata-project/doctrine-phpcr-admin-bundle cannot be currently installed because it is not compatible with sonata-project/block-bundle 4 -->
<file src="src/Admin/Extension/Phpcr/TranslatableAdminExtension.php">
<UndefinedInterfaceMethod occurrences="1">
<code>getDocumentManager</code>
</UndefinedInterfaceMethod>
</file>
<!-- NEXT_MAJOR: Remove these errors -->
<file src="src/Block/LocaleSwitcherBlockService.php">
<PossiblyInvalidArgument occurrences="1">
<code>$templatingOrDeprecatedName</code>
</PossiblyInvalidArgument>
<TooManyArguments occurrences="1">
<code>parent::__construct($templatingOrDeprecatedName, $showCountryFlagsOrTemplating)</code>
</TooManyArguments>
<UndefinedClass occurrences="1">
<code>OptionsResolverInterface</code>
</UndefinedClass>
</file>
<file src="src/Filter/TranslationFieldFilter.php">
<RedundantCondition occurrences="1">
<code>\assert($query instanceof ProxyQuery)</code>
</RedundantCondition>
<TypeDoesNotContainType occurrences="2">
<code>!$data || !\is_array($data)</code>
<code>!\is_array($data)</code>
</TypeDoesNotContainType>
</file>
<!-- Symfony issue -->
<file src="src/DependencyInjection/Configuration.php">
<PossiblyUndefinedMethod occurrences="1">
<code>children</code>
</PossiblyUndefinedMethod>
</file>
</files>