forked from sonata-project/SonataAdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm-baseline.xml
24 lines (24 loc) · 1000 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
23
24
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.13.1@afd8874a9e4562eac42a02de90e42e430c3a1db1">
<!-- Remove this when dropping support for Symfony < 5.1 -->
<file src="tests/Admin/AdminTest.php">
<PropertyTypeCoercion occurrences="2">
<code>$query</code>
</PropertyTypeCoercion>
</file>
<!-- This error is made on purpose for php version < 8 -->
<file src="tests/Fixtures/Entity/FooToStringNull.php">
<InvalidToString occurrences="1">
<code>__toString</code>
</InvalidToString>
<NullableReturnStatement occurrences="1">
<code>null</code>
</NullableReturnStatement>
</file>
<!-- https://github.com/vimeo/psalm/issues/7825 -->
<file src="tests/Datagrid/DatagridTest.php">
<InvalidArgument occurrences="1">
<code>new Datagrid($this->query, $this->columns, $pager, $this->formBuilder, [])</code>
</InvalidArgument>
</file>
</files>