-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpsalm-baseline-symfony-64.xml
More file actions
28 lines (28 loc) · 1.23 KB
/
psalm-baseline-symfony-64.xml
File metadata and controls
28 lines (28 loc) · 1.23 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="6.10.1@f9fd6bc117e9ce1e854c2ed6777e7135aaa4966b">
<file src="src/Serializer/AbstractApiResourceDenormalizer.php">
<MissingOverrideAttribute>
<code><![CDATA[public function getSupportedTypes(?string $format): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/Serializer/AbstractCollectionDenormalizer.php">
<MissingOverrideAttribute>
<code><![CDATA[public function getSupportedTypes(?string $format): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/Serializer/AbstractConstraintViolationListDenormalizer.php">
<MissingOverrideAttribute>
<code><![CDATA[public function getSupportedTypes(?string $format): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/Serializer/Hal/ObjectDenormalizer.php">
<MissingOverrideAttribute>
<code><![CDATA[public function getSupportedTypes(?string $format): array]]></code>
</MissingOverrideAttribute>
</file>
<file src="src/Serializer/JsonApi/ObjectDenormalizer.php">
<MissingOverrideAttribute>
<code><![CDATA[public function getSupportedTypes(?string $format): array]]></code>
</MissingOverrideAttribute>
</file>
</files>