-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
27 lines (27 loc) · 965 Bytes
/
psalm-baseline.xml
File metadata and controls
27 lines (27 loc) · 965 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="6.8.9@e856423a5dc38d65e56b5792750c557277afe393">
<file src="src/Encoder/LibEncoder.php">
<UndefinedMethod>
<code><![CDATA[$ranks]]></code>
<code><![CDATA[$ranks]]></code>
</UndefinedMethod>
<UndefinedPropertyFetch>
<code><![CDATA[$tokens->data]]></code>
<code><![CDATA[$tokens->len]]></code>
</UndefinedPropertyFetch>
</file>
<file src="src/Util/EncodeUtil.php">
<InvalidReturnStatement>
<code><![CDATA[array_map(hexdec(...), str_split(bin2hex($text), 2))]]></code>
</InvalidReturnStatement>
<InvalidReturnType>
<code><![CDATA[NonEmptyByteVector]]></code>
</InvalidReturnType>
</file>
<file src="tests/Vocab/Loader/DefaultVocabLoaderTest.php">
<ArgumentTypeCoercion>
<code><![CDATA[$this->cacheDir->url()]]></code>
<code><![CDATA[$this->cacheDir->url()]]></code>
</ArgumentTypeCoercion>
</file>
</files>