-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathphpstan-baseline.neon
57 lines (46 loc) · 2.35 KB
/
phpstan-baseline.neon
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
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\:\\:children\\(\\)\\.$#"
count: 7
path: src/DependencyInjection/Configuration.php
-
message: "#^Method Facile\\\\MongoDbBundle\\\\Services\\\\Loggers\\\\DataCollectorLoggerInterface\\:\\:getConnections\\(\\) has invalid return type string\\.$#"
count: 1
path: src/Services/Loggers/DataCollectorLoggerInterface.php
-
message: "#^Method Facile\\\\MongoDbBundle\\\\Services\\\\Loggers\\\\MongoQueryLogger\\:\\:getConnections\\(\\) has invalid return type string\\.$#"
count: 1
path: src/Services/Loggers/MongoQueryLogger.php
-
message: "#^Method Facile\\\\MongoDbBundle\\\\Services\\\\Loggers\\\\MongoQueryLogger\\:\\:getConnections\\(\\) should return array\\<string\\> but returns array\\<string\\>\\.$#"
count: 1
path: src/Services/Loggers/MongoQueryLogger.php
-
message: "#^Class Twig_Extension not found\\.$#"
count: 1
path: src/Twig/FacileMongoDbBundleExtension.php
-
message: "#^Class Twig_Function not found\\.$#"
count: 1
path: src/Twig/FacileMongoDbBundleExtension.php
-
message: "#^Method Facile\\\\MongoDbBundle\\\\Twig\\\\FacileMongoDbBundleExtension\\:\\:getFunctions\\(\\) has invalid return type Twig_SimpleFunction\\.$#"
count: 1
path: src/Twig/FacileMongoDbBundleExtension.php
-
message: "#^Method Facile\\\\MongoDbBundle\\\\Twig\\\\FacileMongoDbBundleExtension\\:\\:getFunctions\\(\\) should return array\\<Twig_SimpleFunction\\> but returns array\\<int, Twig\\\\TwigFunction\\>\\.$#"
count: 1
path: src/Twig/FacileMongoDbBundleExtension.php
-
message: "#^Method Facile\\\\MongoDbBundle\\\\Tests\\\\Fixtures\\\\DataFixtures\\\\TestFixtures\\:\\:loadIndexes\\(\\) should return array but return statement is missing\\.$#"
count: 1
path: tests/Fixtures/DataFixtures/TestFixtures.php
-
message: "#^Method Facile\\\\MongoDbBundle\\\\Tests\\\\Fixtures\\\\DataFixtures\\\\TestOrderedMongoFixtures2\\:\\:loadIndexes\\(\\) should return array but return statement is missing\\.$#"
count: 1
path: tests/Fixtures/DataFixtures/TestOrderedMongoFixtures2.php
-
message: "#^Access to an undefined property MongoDB\\\\Model\\\\BSONDocument\\:\\:\\$fqcn\\.$#"
count: 1
path: tests/Unit/DataCollector/MongoQuerySerializerTest.php