-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm-baseline.xml.dist
48 lines (48 loc) · 1.77 KB
/
psalm-baseline.xml.dist
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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="dev-master@9e0525439d3024e12b3402b2ef7f908ca2cb2e56">
<file src="src/Analyzers/Exprs/AssignAnalyzer.php">
<PossiblyInvalidCast occurrences="1">
<code>$property_name</code>
</PossiblyInvalidCast>
</file>
<file src="src/Analyzers/Exprs/FuncCallAnalyzer.php">
<PossiblyNullArgument occurrences="3">
<code>$callable->params</code>
<code>$callmap_callable->params[$i]->signature_type</code>
<code>$callmap_callable->params[$i]->type</code>
</PossiblyNullArgument>
<PossiblyUndefinedVariable occurrences="1">
<code>$function_storage</code>
</PossiblyUndefinedVariable>
</file>
<file src="src/Analyzers/Exprs/New_Analyzer.php">
<PossiblyNullArgument occurrences="1">
<code>$object_name</code>
</PossiblyNullArgument>
<PossiblyNullPropertyFetch occurrences="2">
<code>$class_stmt->name</code>
<code>$class_stmt->name</code>
</PossiblyNullPropertyFetch>
</file>
<file src="src/Analyzers/Exprs/StaticCallAnalyzer.php">
<PossiblyNullArgument occurrences="1">
<code>$object_name</code>
</PossiblyNullArgument>
<PossiblyNullPropertyFetch occurrences="3">
<code>$class_stmt->name</code>
<code>$class_stmt->name</code>
<code>$class_stmt->name</code>
</PossiblyNullPropertyFetch>
</file>
<file src="src/Exceptions/NodeException.php">
<PropertyNotSetInConstructor occurrences="1">
<code>$node</code>
</PropertyNotSetInConstructor>
</file>
<file src="src/Utils/NodeNavigator.php">
<BadTypeFromSignatureOnStrictFileIssue occurrences="2">
<code>return $node;</code>
<code>return $node;</code>
</BadTypeFromSignatureOnStrictFileIssue>
</file>
</files>