-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpsalm-baseline.xml
More file actions
49 lines (49 loc) · 1.63 KB
/
psalm-baseline.xml
File metadata and controls
49 lines (49 loc) · 1.63 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
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
<file src="src/Application.php">
<MissingTemplateParam>
<code><![CDATA[Application]]></code>
</MissingTemplateParam>
</file>
<file src="src/Console/Installer.php">
<PossiblyInvalidArgument>
<code><![CDATA[fopen('php://stdin', 'r')]]></code>
</PossiblyInvalidArgument>
</file>
<file src="src/Controller/ErrorController.php">
<ArgumentTypeCoercion>
<code><![CDATA[$event]]></code>
</ArgumentTypeCoercion>
</file>
<file src="src/Model/Table/ApiTokensTable.php">
<MethodSignatureMismatch>
<code><![CDATA[ApiTokensTable]]></code>
<code><![CDATA[ApiTokensTable]]></code>
</MethodSignatureMismatch>
<MissingTemplateParam>
<code><![CDATA[ApiTokensTable]]></code>
</MissingTemplateParam>
</file>
<file src="src/Model/Table/SavedFeedItemsTable.php">
<MissingTemplateParam>
<code><![CDATA[SavedFeedItemsTable]]></code>
</MissingTemplateParam>
</file>
<file src="src/Model/Table/UsersTable.php">
<MethodSignatureMismatch>
<code><![CDATA[UsersTable]]></code>
<code><![CDATA[UsersTable]]></code>
</MethodSignatureMismatch>
<MissingTemplateParam>
<code><![CDATA[UsersTable]]></code>
</MissingTemplateParam>
<UndefinedMagicPropertyFetch>
<code><![CDATA[$entity->current_password]]></code>
</UndefinedMagicPropertyFetch>
</file>
<file src="src/View/Widget/DueOnWidget.php">
<UndefinedMagicPropertyFetch>
<code><![CDATA[$this->view->Date]]></code>
</UndefinedMagicPropertyFetch>
</file>
</files>