-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpsalm-baseline.xml
37 lines (37 loc) · 1.12 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
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.8.0@9cf4f60a333f779ad3bc704a555920e81d4fdcda">
<file src="src/Statement.php">
<DeprecatedMethod>
<code>getWrappedConnection</code>
</DeprecatedMethod>
<MissingParamType>
<code>$callable</code>
<code>$params</code>
</MissingParamType>
<MissingReturnType>
<code>executeWithRetry</code>
</MissingReturnType>
<MixedArgument>
<code>$callable</code>
</MixedArgument>
<MixedInferredReturnType>
<code>Result</code>
<code>int</code>
</MixedInferredReturnType>
<MixedReturnStatement>
<code><![CDATA[$this->executeWithRetry([parent::class, 'executeQuery'], $params)]]></code>
<code><![CDATA[$this->executeWithRetry([parent::class, 'executeStatement'], $params)]]></code>
</MixedReturnStatement>
</file>
<file src="tests/functional/AbstractFunctionalTestCase.php">
<DeprecatedMethod>
<code>fetch</code>
</DeprecatedMethod>
<MixedAssignment>
<code>$id</code>
</MixedAssignment>
<MixedOperand>
<code>$id</code>
</MixedOperand>
</file>
</files>