Translated using Weblate (Slovenian)
[phpmyadmin.git] / psalm.xml
blob4d4d97438f6ddd1f7dfe55a5ed5e580d5e8a8f11
1 <?xml version="1.0"?>
2 <psalm
3     autoloader="test/bootstrap-static.php"
4     totallyTyped="false"
5     resolveFromConfigFile="true"
6     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7     xmlns="https://getpsalm.org/schema/config"
8     xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
9     errorBaseline="psalm-baseline.xml"
11     <projectFiles>
12         <directory name="libraries" />
13         <ignoreFiles>
14             <directory name="vendor" />
15             <directory name="libraries/cache" />
16         </ignoreFiles>
17     </projectFiles>
19     <issueHandlers>
20         <InternalMethod errorLevel="info" />
21         <MissingClosureReturnType errorLevel="info" />
22         <MissingPropertyType errorLevel="info" />
23         <PropertyNotSetInConstructor errorLevel="info" />
25         <MissingConstructor>
26             <errorLevel type="suppress">
27                 <file name="libraries/classes/Properties/Plugins/ExportPluginProperties.php" />
28             </errorLevel>
29         </MissingConstructor>
31         <RedundantCondition errorLevel="info" />
33         <DocblockTypeContradiction errorLevel="info" />
34         <RedundantConditionGivenDocblockType errorLevel="info" />
36         <UnresolvableInclude>
37             <errorLevel type="suppress">
38                 <file name="libraries/classes/Config.php" />
39                 <file name="libraries/classes/Controllers/ImportController.php" />
40                 <file name="libraries/classes/Controllers/Table/ReplaceController.php" />
41                 <file name="libraries/classes/Display/Results.php" />
42                 <file name="libraries/classes/Plugins.php" />
43             </errorLevel>
44         </UnresolvableInclude>
46         <RawObjectIteration>
47             <errorLevel type="suppress">
48                 <file name="libraries/classes/Plugins/Export/ExportSql.php" />
49             </errorLevel>
50         </RawObjectIteration>
52         <PossiblyUndefinedGlobalVariable>
53             <errorLevel type="suppress">
54                 <file name="libraries/config.default.php" />
55             </errorLevel>
56         </PossiblyUndefinedGlobalVariable>
58         <InvalidGlobal>
59             <errorLevel type="suppress">
60                 <file name="libraries/common.inc.php" />
61             </errorLevel>
62         </InvalidGlobal>
64         <InvalidStringClass>
65             <errorLevel type="suppress">
66                 <file name="libraries/classes/Config/Forms/BaseFormList.php" />
67                 <file name="libraries/classes/Config/PageSettings.php" />
68                 <file name="libraries/classes/Controllers/Setup/FormController.php" />
69                 <file name="libraries/classes/Navigation/NodeFactory.php" />
70                 <file name="libraries/classes/Plugins.php" />
71                 <file name="libraries/classes/TwoFactor.php" />
72                 <file name="libraries/common.inc.php" />
73             </errorLevel>
74         </InvalidStringClass>
75     </issueHandlers>
76 </psalm>