forked from sonata-project/SonataDoctrineORMAdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm-baseline.xml
22 lines (22 loc) · 882 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.16@d03e5ef057d6adc656c0ff7e166c50b73b4f48f3">
<file src="src/Model/ModelManager.php">
<!-- https://github.com/vimeo/psalm/issues/5643 -->
<TypeDoesNotContainType occurrences="1">
<code>[] === $idx</code>
</TypeDoesNotContainType>
</file>
<!-- https://github.com/vimeo/psalm/issues/7995 -->
<file src="src/Datagrid/ProxyQuery.php">
<MoreSpecificReturnType occurrences="1">
<code>string</code>
</MoreSpecificReturnType>
<LessSpecificReturnStatement occurrences="1">
<code>$alias</code>
</LessSpecificReturnStatement>
<!-- https://github.com/doctrine/orm/pull/9778 -->
<ArgumentTypeCoercion occurrences="1">
<code>$rootEntity</code>
</ArgumentTypeCoercion>
</file>
</files>