-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
psalm-baseline.xml
58 lines (58 loc) · 2.01 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.11.0@c9b192ab8400fdaf04b2b13d110575adc879aa90">
<file src="src/LaminasRouter.php">
<MixedArgumentTypeCoercion>
<code>$params</code>
</MixedArgumentTypeCoercion>
<MixedArrayAccess>
<code><![CDATA[$options['defaults']['middleware']]]></code>
</MixedArrayAccess>
<MixedArrayOffset>
<code><![CDATA[$this->allowedMethodsByPath[$params[self::METHOD_NOT_ALLOWED_ROUTE]]]]></code>
</MixedArrayOffset>
<MixedInferredReturnType>
<code>string</code>
</MixedInferredReturnType>
<MixedReturnStatement>
<code><![CDATA[$this->laminasRouter->assemble($substitutions, $options)]]></code>
</MixedReturnStatement>
<PossiblyNullArgument>
<code>$allowedMethods</code>
<code><![CDATA[$route->getAllowedMethods()]]></code>
</PossiblyNullArgument>
</file>
<file src="test/LaminasRouter/ConfigProviderTest.php">
<RedundantCondition>
<code>assertIsArray</code>
</RedundantCondition>
</file>
<file src="test/LaminasRouterTest.php">
<MixedArgument>
<code>$routesToInject</code>
</MixedArgument>
<MixedAssignment>
<code>$routesToInject</code>
</MixedAssignment>
<MixedInferredReturnType>
<code>array</code>
</MixedInferredReturnType>
<MixedReturnStatement>
<code><![CDATA[$this->routesToInject]]></code>
</MixedReturnStatement>
<PossiblyFalseReference>
<code>getMiddleware</code>
<code>getMiddleware</code>
<code>getMiddleware</code>
</PossiblyFalseReference>
<PossiblyNullFunctionCall>
<code>Closure::bind($fn, $router, LaminasRouter::class)()</code>
<code><![CDATA[Closure::bind(fn() => $this->laminasRouter, $router, LaminasRouter::class)()]]></code>
</PossiblyNullFunctionCall>
<PossiblyUnusedMethod>
<code>implicitMethods</code>
</PossiblyUnusedMethod>
<UndefinedThisPropertyFetch>
<code><![CDATA[$this->routesToInject]]></code>
</UndefinedThisPropertyFetch>
</file>
</files>