-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
38 lines (38 loc) · 1.37 KB
/
psalm-baseline.xml
File metadata and controls
38 lines (38 loc) · 1.37 KB
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
38
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.30.0@d0bc6e25d89f649e4f36a534f330f8bb4643dd69">
<file src="src/EntryPoints/Rest/SaveMappingsApi.php">
<MixedArgument occurrences="1">
<code>$mappings</code>
</MixedArgument>
<MixedAssignment occurrences="2">
<code>$body</code>
<code>$mappings</code>
</MixedAssignment>
</file>
<file src="src/MappingListSerializer.php">
<MixedArgumentTypeCoercion occurrences="1">
<code>$array</code>
</MixedArgumentTypeCoercion>
<MixedAssignment occurrences="1">
<code>$array</code>
</MixedAssignment>
</file>
<file src="src/Persistence/SqlAllMappingsLookup.php">
<InternalMethod occurrences="3">
<code>join</code>
<code>join</code>
<code>join</code>
</InternalMethod>
</file>
<file src="src/WikibaseRdfExtension.php">
<MixedArgumentTypeCoercion occurrences="1">
<code>(array)$services->getMainConfig()->get( 'AvailableRights' )</code>
</MixedArgumentTypeCoercion>
<MixedArrayAccess occurrences="1">
<code>WikibaseRepo::getSettings()->getSetting( 'string-limits' )['PT:url']</code>
</MixedArrayAccess>
<PossiblyFalseArgument occurrences="1">
<code>MediaWikiServices::getInstance()->getDBLoadBalancer()->getConnection( ILoadBalancer::DB_REPLICA )</code>
</PossiblyFalseArgument>
</file>
</files>