-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbaseline.xml
64 lines (64 loc) · 2.3 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
<file src="src/Cryptography/Cipher/OpensslCipherKeyFactory.php">
<ArgumentTypeCoercion>
<code><![CDATA[openssl_random_pseudo_bytes($this->ivLength)]]></code>
<code><![CDATA[openssl_random_pseudo_bytes($this->keyLength)]]></code>
</ArgumentTypeCoercion>
<LessSpecificReturnStatement>
<code><![CDATA[openssl_get_cipher_methods(true)]]></code>
</LessSpecificReturnStatement>
<MoreSpecificReturnType>
<code><![CDATA[list<string>]]></code>
</MoreSpecificReturnType>
</file>
<file src="src/Cryptography/PersonalDataPayloadCryptographer.php">
<MixedArgument>
<code><![CDATA[$data[$propertyMetadata->fieldName()]]]></code>
</MixedArgument>
<MixedAssignment>
<code><![CDATA[$data[$propertyMetadata->fieldName()]]]></code>
<code><![CDATA[$data[$propertyMetadata->fieldName()]]]></code>
<code><![CDATA[$data[$propertyMetadata->fieldName()]]]></code>
</MixedAssignment>
</file>
<file src="src/Metadata/AttributeMetadataFactory.php">
<MixedAssignment>
<code><![CDATA[$personalDataFallback]]></code>
</MixedAssignment>
</file>
<file src="src/Metadata/ClassMetadata.php">
<InvalidPropertyAssignmentValue>
<code><![CDATA[new ReflectionClass($data['className'])]]></code>
</InvalidPropertyAssignmentValue>
</file>
<file src="src/Normalizer/ObjectNormalizer.php">
<MixedArgument>
<code><![CDATA[$value]]></code>
</MixedArgument>
<MixedArgumentTypeCoercion>
<code><![CDATA[$value]]></code>
</MixedArgumentTypeCoercion>
</file>
<file src="tests/Unit/Cryptography/Cipher/OpensslCipherTest.php">
<MixedAssignment>
<code><![CDATA[$return]]></code>
</MixedAssignment>
</file>
<file src="tests/Unit/Metadata/AttributeMetadataFactoryTest.php">
<ArgumentTypeCoercion>
<code><![CDATA['Unknown']]></code>
</ArgumentTypeCoercion>
<UndefinedClass>
<code><![CDATA['Unknown']]></code>
</UndefinedClass>
</file>
<file src="tests/Unit/MetadataHydratorTest.php">
<ArgumentTypeCoercion>
<code><![CDATA['Unknown']]></code>
</ArgumentTypeCoercion>
<UndefinedClass>
<code><![CDATA['Unknown']]></code>
</UndefinedClass>
</file>
</files>