-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm-baseline.xml
32 lines (32 loc) · 1.21 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
31
32
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.25.0@01a8eb06b9e9cc6cfb6a320bf9fb14331919d505">
<file src="src/AbstractResult.php">
<MissingThrowsDocblock>
<code><![CDATA[throw new ResultException(
sprintf('Invalid method call "unwrapError()" on a Result of type %s', static::class)
);]]></code>
<code><![CDATA[throw new ResultException(sprintf('Invalid method call "unwrap()" on a Result of type %s', static::class));]]></code>
<code><![CDATA[unwrap]]></code>
<code><![CDATA[unwrap]]></code>
<code><![CDATA[unwrap]]></code>
<code><![CDATA[unwrap]]></code>
<code><![CDATA[unwrap]]></code>
</MissingThrowsDocblock>
</file>
<file src="tests/Unit/ErrorTest.php">
<DocblockTypeContradiction>
<code><![CDATA[assertSame]]></code>
</DocblockTypeContradiction>
<LessSpecificReturnType>
<code><![CDATA[SuccessInterface]]></code>
<code><![CDATA[bool]]></code>
</LessSpecificReturnType>
</file>
<file src="tests/Unit/SuccessTest.php">
<LessSpecificReturnType>
<code><![CDATA[bool]]></code>
<code><![CDATA[string]]></code>
<code><![CDATA[string]]></code>
</LessSpecificReturnType>
</file>
</files>