forked from cakephp/migrations
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpsalm-baseline.xml
31 lines (31 loc) · 935 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
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.x-dev@">
<file src="src/Command/BakeSeedCommand.php">
<RedundantCondition occurrences="1">
<code>return $line !== false;</code>
</RedundantCondition>
</file>
<file src="src/Command/Phinx/Seed.php">
<PossiblyNullReference occurrences="1">
<code>setInput</code>
</PossiblyNullReference>
</file>
<file src="src/TableFinderTrait.php">
<InternalClass occurrences="1">
<code>new Filesystem()</code>
</InternalClass>
<InternalMethod occurrences="1">
<code>find</code>
</InternalMethod>
</file>
<file src="src/TestSuite/Migrator.php">
<InternalClass occurrences="1">
<code>new ConnectionHelper()</code>
</InternalClass>
<InternalMethod occurrences="3">
<code>dropTables</code>
<code>truncateTables</code>
<code>truncateTables</code>
</InternalMethod>
</file>
</files>