-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpsalm-baseline.xml
26 lines (26 loc) · 957 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.23.1@8471a896ccea3526b26d082f4461eeea467f10a4">
<file src="src/Driver/AbstractDriver.php">
<MissingTemplateParam>
<code><![CDATA[EventDispatcherTrait]]></code>
</MissingTemplateParam>
</file>
<file src="src/Driver/Mysql.php">
<RedundantPropertyInitializationCheck>
<code><![CDATA[$this->auth]]></code>
<code><![CDATA[TMP . uniqid('auth')]]></code>
</RedundantPropertyInitializationCheck>
</file>
<file src="src/TestSuite/DriverTestCase.php">
<TypeDoesNotContainType>
<code><![CDATA[empty($this->Driver)]]></code>
<code><![CDATA[empty($this->Driver)]]></code>
</TypeDoesNotContainType>
</file>
<file src="src/Utility/AbstractBackupUtility.php">
<TypeDoesNotContainType>
<code><![CDATA[empty($this->Driver)]]></code>
<code><![CDATA[empty($this->Driver)]]></code>
</TypeDoesNotContainType>
</file>
</files>