-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpsalm.xml
More file actions
27 lines (24 loc) · 1.16 KB
/
psalm.xml
File metadata and controls
27 lines (24 loc) · 1.16 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
<?xml version="1.0"?>
<psalm xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" errorLevel="3" hideExternalErrors="true" findUnusedCode="false" xsi:schemaLocation="https://getpsalm.org/schema/config https://getpsalm.org/schema/config" findUnusedBaselineEntry="false">
<projectFiles>
<directory name="src"/>
</projectFiles>
<issueHandlers>
<DeprecatedMethod>
<errorLevel type="suppress">
<referencedMethod name="Doctrine\DBAL\Connection::getSchemaManager"/>
<referencedMethod name="Doctrine\DBAL\Query\QueryBuilder::execute"/>
</errorLevel>
</DeprecatedMethod>
<UndefinedMagicPropertyFetch>
<errorLevel type="suppress">
<referencedProperty name="Contao\DataContainer::$currentPid"/>
<referencedProperty name="Contao\DataContainer::$activeRecord"/>
</errorLevel>
</UndefinedMagicPropertyFetch>
</issueHandlers>
<universalObjectCrates>
<class name="Contao\ContentModel"/>
<class name="Contao\Database\Result"/>
</universalObjectCrates>
</psalm>