forked from neo4j-php/neo4j-symfony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm.baseline.xml
41 lines (41 loc) · 1.38 KB
/
psalm.baseline.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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.3.1@2feba22a005a18bf31d4c7b9bdb9252c73897476">
<file src="Collector/Twig/Neo4jResultExtension.php">
<LessSpecificImplementedReturnType occurrences="1">
<code>array</code>
</LessSpecificImplementedReturnType>
</file>
<file src="DependencyInjection/Configuration.php">
<PossiblyUndefinedMethod occurrences="1">
<code>children</code>
</PossiblyUndefinedMethod>
<UndefinedMethod occurrences="1">
<code>root</code>
</UndefinedMethod>
</file>
<file src="DependencyInjection/Neo4jExtension.php">
<PossiblyInvalidArgument occurrences="2">
<code>$definition</code>
<code>$definition</code>
</PossiblyInvalidArgument>
<UndefinedClass occurrences="3">
<code>DefinitionDecorator</code>
<code>DefinitionDecorator</code>
<code>EntityManagerInterface</code>
</UndefinedClass>
</file>
<file src="Factory/ClientFactory.php">
<InvalidArgument occurrences="1">
<code>$names</code>
</InvalidArgument>
<InvalidIterator occurrences="1">
<code>$names</code>
</InvalidIterator>
<MismatchingDocblockParamType occurrences="1">
<code>string</code>
</MismatchingDocblockParamType>
<PossiblyNullPropertyAssignmentValue occurrences="1">
<code>$eventDispatcher</code>
</PossiblyNullPropertyAssignmentValue>
</file>
</files>