-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathpsalm.xml
More file actions
106 lines (106 loc) · 5.74 KB
/
psalm.xml
File metadata and controls
106 lines (106 loc) · 5.74 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
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
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<psalm
errorLevel="4"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
errorBaseline="tests/psalm-baseline.xml"
findUnusedCode="false"
ensureOverrideAttribute="false"
phpVersion="8.2"
>
<stubs>
<file name="tests/stubs/doctrine_dbal_connection.php" />
<file name="tests/stubs/doctrine_dbal_connections_primaryreadreplicaconnection.php" />
<file name="tests/stubs/doctrine_dbal_driver_exception.php" />
<file name="tests/stubs/doctrine_dbal_exception.php" />
<file name="tests/stubs/doctrine_dbal_exception_constraintviolationexception.php" />
<file name="tests/stubs/doctrine_dbal_exception_driverexception.php" />
<file name="tests/stubs/doctrine_dbal_exception_serverexception.php" />
<file name="tests/stubs/doctrine_dbal_exception_uniqueconstraintviolationexception.php" />
<file name="tests/stubs/doctrine_dbal_query_querybuilder.php" />
<file name="tests/stubs/doctrine_dbal_schema_abstractasset.php" />
<file name="tests/stubs/doctrine_dbal_schema_constraint.php" />
<file name="tests/stubs/doctrine_dbal_schema_index.php" />
<file name="tests/stubs/doctrine_dbal_schema_schema.php" />
<file name="tests/stubs/doctrine_dbal_schema_schemaexception.php" />
<file name="tests/stubs/doctrine_dbal_schema_table.php" />
<file name="tests/stubs/oc.php" />
<file name="tests/stubs/oc_appframework_bootstrap_aregistration.php" />
<file name="tests/stubs/oc_appframework_bootstrap_coordinator.php" />
<file name="tests/stubs/oc_appframework_bootstrap_registrationcontext.php" />
<file name="tests/stubs/oc_appframework_bootstrap_serviceregistration.php" />
<file name="tests/stubs/oc_appframework_middleware_security_exceptions_notloggedinexception.php" />
<file name="tests/stubs/oc_appframework_middleware_security_exceptions_securityexception.php" />
<file name="tests/stubs/oc_appframework_utility_simplecontainer.php" />
<file name="tests/stubs/oc_core_command_base.php" />
<file name="tests/stubs/oc_db_connection.php" />
<file name="tests/stubs/oc_db_connectionadapter.php" />
<file name="tests/stubs/oc_db_querybuilder_querybuilder.php" />
<file name="tests/stubs/oc_db_schemawrapper.php" />
<file name="tests/stubs/oc_files_cache_cache.php" />
<file name="tests/stubs/oc_files_cache_cacheentry.php" />
<file name="tests/stubs/oc_files_mount_manager.php" />
<file name="tests/stubs/oc_files_mount_mountpoint.php" />
<file name="tests/stubs/oc_group_group.php" />
<file name="tests/stubs/oc_group_manager.php" />
<file name="tests/stubs/oc_hooks_basicemitter.php" />
<file name="tests/stubs/oc_hooks_emitter.php" />
<file name="tests/stubs/oc_hooks_publicemitter.php" />
<file name="tests/stubs/oc_server.php" />
<file name="tests/stubs/oc_servercontainer.php" />
<file name="tests/stubs/oc_share20_share.php" />
<file name="tests/stubs/oc_share20_shareattributes.php" />
<file name="tests/stubs/oc_systemconfig.php" />
<file name="tests/stubs/oc_user_manager.php" />
<file name="tests/stubs/oc_user_nouserexception.php" />
<file name="tests/stubs/oc_user_user.php" />
<file name="tests/stubs/oca_dav_carddav_contactsmanager.php" />
<file name="tests/stubs/oca_federatedfilesharing_notifications.php" />
<file name="tests/stubs/oca_files_sharing_event_usershareaccessupdatedevent.php" />
<file name="tests/stubs/oca_files_sharing_external_manager.php" />
<file name="tests/stubs/oca_user_ldap_mapping_abstractmapping.php" />
<file name="tests/stubs/oca_user_ldap_mapping_usermapping.php" />
<file name="tests/stubs/stecman_component_symfony_console_bashcompletion_completion_completionawareinterface.php" />
<file name="tests/stubs/symfony_component_console_command_command.php" />
<file name="tests/stubs/symfony_component_console_helper_helper.php" />
<file name="tests/stubs/symfony_component_console_helper_helperinterface.php" />
<file name="tests/stubs/symfony_component_console_helper_questionhelper.php" />
<file name="tests/stubs/symfony_component_console_helper_table.php" />
<file name="tests/stubs/symfony_component_console_input_inputargument.php" />
<file name="tests/stubs/symfony_component_console_input_inputinterface.php" />
<file name="tests/stubs/symfony_component_console_input_inputoption.php" />
<file name="tests/stubs/symfony_component_console_input_inputoption.php" />
<file name="tests/stubs/symfony_component_console_output_consoleoutput.php" />
<file name="tests/stubs/symfony_component_console_output_consoleoutputinterface.php" />
<file name="tests/stubs/symfony_component_console_output_consolesectionoutput.php" />
<file name="tests/stubs/symfony_component_console_output_output.php" />
<file name="tests/stubs/symfony_component_console_output_outputinterface.php" />
<file name="tests/stubs/symfony_component_console_output_streamoutput.php" />
<file name="tests/stubs/symfony_component_console_question_confirmationquestion.php" />
<file name="tests/stubs/symfony_component_console_question_question.php" />
<file name="tests/stubs/symfony_component_process_process.php" />
</stubs>
<projectFiles>
<directory name="lib" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<extraFiles>
<directory name="vendor" />
</extraFiles>
<issueHandlers>
<DeprecatedClass errorLevel="error"/>
<DeprecatedConstant errorLevel="error"/>
<DeprecatedFunction errorLevel="error"/>
<DeprecatedInterface errorLevel="error"/>
<DeprecatedMethod errorLevel="error"/>
<DeprecatedProperty errorLevel="error"/>
<DeprecatedTrait errorLevel="error"/>
</issueHandlers>
</psalm>