forked from cakephp/debug_kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm-baseline.xml
96 lines (96 loc) · 3.05 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.x-dev@">
<file src="src/Controller/MailPreviewController.php">
<PossiblyInvalidArgument occurrences="1">
<code>$partType</code>
</PossiblyInvalidArgument>
</file>
<file src="src/Database/Log/DebugLog.php">
<InternalProperty occurrences="1">
<code>$query->query</code>
</InternalProperty>
</file>
<file src="src/DebugInclude.php">
<PossiblyNullArrayOffset occurrences="2">
<code>$this->_composerPaths</code>
<code>$this->_pluginPaths</code>
</PossiblyNullArrayOffset>
</file>
<file src="src/DebugSql.php">
<InternalMethod occurrences="1">
<code>bindings</code>
</InternalMethod>
</file>
<file src="src/DebugTimer.php">
<PossiblyNullArrayOffset occurrences="1">
<code>self::$_timers</code>
</PossiblyNullArrayOffset>
</file>
<file src="src/Mailer/MailPreview.php">
<DeprecatedTrait occurrences="1">
<code>ModelAwareTrait</code>
</DeprecatedTrait>
<PossiblyFalseOperand occurrences="1">
<code>$pos</code>
</PossiblyFalseOperand>
</file>
<file src="src/Mailer/Transport/DebugKitTransport.php">
<InvalidReturnStatement occurrences="1">
<code>$result</code>
</InvalidReturnStatement>
<MoreSpecificReturnType occurrences="1">
<code>array</code>
</MoreSpecificReturnType>
<PropertyTypeCoercion occurrences="1">
<code>new $className($config)</code>
</PropertyTypeCoercion>
</file>
<file src="src/Panel/DeprecationsPanel.php">
<InvalidScalarArgument occurrences="4">
<code>$pluginName</code>
<code>$return['plugins']</code>
<code>$return['vendor']</code>
<code>$vendorName</code>
</InvalidScalarArgument>
</file>
<file src="src/Panel/IncludePanel.php">
<InvalidScalarArgument occurrences="4">
<code>$pluginName</code>
<code>$return['plugins']</code>
<code>$return['vendor']</code>
<code>$vendorName</code>
</InvalidScalarArgument>
</file>
<file src="src/Panel/PanelRegistry.php">
<LessSpecificImplementedReturnType occurrences="1">
<code>string|null</code>
</LessSpecificImplementedReturnType>
<MoreSpecificImplementedParamType occurrences="1">
<code>$class</code>
</MoreSpecificImplementedParamType>
<UnsafeInstantiation occurrences="1">
<code>new $class($this, $config)</code>
</UnsafeInstantiation>
</file>
<file src="src/Panel/SqlLogPanel.php">
<UndefinedInterfaceMethod occurrences="1">
<code>genericInstances</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/View/Helper/ToolbarHelper.php">
<DeprecatedMethod occurrences="1">
<code>makeNeatArray</code>
</DeprecatedMethod>
<InternalClass occurrences="1">
<code>new HtmlFormatter()</code>
</InternalClass>
<InternalMethod occurrences="1">
<code>dump</code>
</InternalMethod>
<InvalidArgument occurrences="3">
<code>$currentAncestors</code>
<code>$value</code>
<code>$values</code>
</InvalidArgument>
</file>
</files>