-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
psalm-baseline.xml
30 lines (30 loc) · 1.19 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
<?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/4295 -->
<file src="src/Block/AdminSearchBlockService.php">
<InvalidScalarArgument occurrences="1">
<code>$exception->getCode()</code>
</InvalidScalarArgument>
</file>
<!-- https://github.com/vimeo/psalm/issues/4295 -->
<file src="src/FieldDescription/BaseFieldDescription.php">
<InvalidScalarArgument occurrences="1">
<code>$exception->getCode()</code>
</InvalidScalarArgument>
</file>
</files>