-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpsalm-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="6.8.8@1361cd33008feb3ae2b4a93f1860e14e538ec8c2">
<file src="src/Engine/DatabaseEngine.php">
<PossiblyFalseArgument>
<code><![CDATA[$wkb]]></code>
</PossiblyFalseArgument>
</file>
<file src="src/Geometry.php">
<LessSpecificReturnStatement>
<code><![CDATA[$this->project(new RemoveZMProjector(removeM: true))]]></code>
<code><![CDATA[$this->project(new RemoveZMProjector(removeZ: true))]]></code>
<code><![CDATA[$this->project(new RemoveZMProjector(removeZ: true, removeM: true))]]></code>
<code><![CDATA[$this->project(new SRIDProjector($srid))]]></code>
<code><![CDATA[$this->project(new SwapXYProjector())]]></code>
</LessSpecificReturnStatement>
<MoreSpecificReturnType>
<code><![CDATA[static]]></code>
<code><![CDATA[static]]></code>
<code><![CDATA[static]]></code>
<code><![CDATA[static]]></code>
<code><![CDATA[static]]></code>
</MoreSpecificReturnType>
</file>
<file src="src/IO/EWKTParser.php">
<InvalidClassConstantType>
<code><![CDATA[T_NUMBER]]></code>
<code><![CDATA[T_WORD]]></code>
</InvalidClassConstantType>
</file>
</files>