-
Notifications
You must be signed in to change notification settings - Fork 42
/
psalm.xml
62 lines (62 loc) · 3.01 KB
/
psalm.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
60
61
62
<?xml version="1.0"?>
<psalm
errorLevel="3"
resolveFromConfigFile="true"
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"
>
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="src/CoreBundle/Resources/contao/config"/>
<directory name="src/CoreBundle/Resources/contao/dca"/>
<directory name="src/CoreBundle/Resources/contao/languages"/>
<directory name="vendor/contao/core-bundle"/>
<directory name="vendor/symfony/console"/>
<directory name="vendor/symfony/dependency-injection"/>
<file name="src/Helper/ViewCombinations.php"/>
</ignoreFiles>
</projectFiles>
<issueHandlers>
<PossiblyNullArgument>
<errorLevel type="suppress">
<file name="vendor/contao/core-bundle/src/Resources/contao/library/Contao/Widget.php"/>
</errorLevel>
</PossiblyNullArgument>
<MixedAssignment>
<errorLevel type="suppress">
<file name="vendor/contao/core-bundle/src/Resources/contao/library/Contao/Widget.php"/>
</errorLevel>
</MixedAssignment>
<TooManyArguments>
<errorLevel type="suppress">
<referencedFunction name="Doctrine\DBAL\Query\QueryBuilder::select"/>
</errorLevel>
</TooManyArguments>
<MissingClassConstType>
<errorLevel type="suppress">
<file name="src/Attribute/Events/CollectMetaModelAttributeInformationEvent.php"/>
<file name="src/Attribute/Events/CreateAttributeEvent.php"/>
<file name="src/Attribute/IAttributeFactory.php"/>
<file name="src/CoreBundle/DependencyInjection/CompilerPass/CollectDoctrineSchemaGeneratorsPass.php"/>
<file name="src/CoreBundle/DependencyInjection/CompilerPass/CollectFactoriesPass.php"/>
<file name="src/CoreBundle/DependencyInjection/CompilerPass/CollectSchemaGeneratorsPass.php"/>
<file name="src/CoreBundle/DependencyInjection/CompilerPass/CollectSchemaManagersPass.php"/>
<file name="src/CoreBundle/Migration/SetDefaultZeroMigration.php"/>
<file name="src/DcGeneral/DataDefinition/Definition/IMetaModelDefinition.php"/>
<file name="src/DcGeneral/Events/MetaModel/BuildAttributeEvent.php"/>
<file name="src/DcGeneral/Events/MetaModel/BuildMetaModelOperationsEvent.php"/>
<file name="src/DcGeneral/Events/MetaModel/PopulateAttributeEvent.php"/>
<file name="src/Events/CollectMetaModelTableNamesEvent.php"/>
<file name="src/Events/CreateMetaModelEvent.php"/>
<file name="src/Events/CreatePropertyConditionEvent.php"/>
<file name="src/Events/GetMetaModelNameFromIdEvent.php"/>
<file name="src/Exceptions/DifferentValuesException.php"/>
<file name="src/Helper/TableManipulation.php"/>
<file name="src/Helper/TableManipulator.php"/>
<file name="src/MetaModelsEvents.php"/>
</errorLevel>
</MissingClassConstType>
</issueHandlers>
</psalm>