-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
psalm-baseline.xml
59 lines (59 loc) · 1.83 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.16.0@2897ba636551a8cb61601cc26f6ccfbba6c36591">
<file src="src/Action/ResetAction.php">
<InvalidNullableReturnType>
<code>Response</code>
</InvalidNullableReturnType>
<NullableReturnStatement>
<code><![CDATA[$event->getResponse()]]></code>
</NullableReturnStatement>
</file>
<file src="src/Action/UpdateSecurityAction.php">
<InvalidNullableReturnType>
<code>Response</code>
</InvalidNullableReturnType>
<NullableReturnStatement>
<code><![CDATA[$event->getResponse()]]></code>
</NullableReturnStatement>
</file>
<file src="src/Command/ActivateUserCommand.php">
<UndefinedInterfaceMethod>
<code>ask</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Command/ChangePasswordCommand.php">
<UndefinedInterfaceMethod>
<code>ask</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Command/CreateUserCommand.php">
<UndefinedInterfaceMethod>
<code>ask</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Command/DeactivateUserCommand.php">
<UndefinedInterfaceMethod>
<code>ask</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Command/RoleCommand.php">
<UndefinedInterfaceMethod>
<code>ask</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/DependencyInjection/Configuration.php">
<UndefinedMethod>
<code>addDefaultsIfNotSet</code>
<code>addDefaultsIfNotSet</code>
<code>addDefaultsIfNotSet</code>
<code>children</code>
<code>children</code>
<code>children</code>
</UndefinedMethod>
</file>
<file src="src/Model/User.php">
<RedundantPropertyInitializationCheck>
<code><![CDATA[isset($this->groups)]]></code>
</RedundantPropertyInitializationCheck>
</file>
</files>