-
Notifications
You must be signed in to change notification settings - Fork 521
/
phpstan-baseline.neon
82 lines (66 loc) · 3.72 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Doctrine\\\\Persistence\\\\ObjectManager\\:\\:getUnitOfWork\\(\\)\\.$#"
count: 1
path: src/Adapter/PHPCR/PHPCRAdapter.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition\\:\\:children\\(\\)\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeParentInterface\\:\\:scalarNode\\(\\)\\.$#"
count: 2
path: src/DependencyInjection/Configuration.php
-
message: "#^Parameter \\#1 \\$node of method Vich\\\\UploaderBundle\\\\DependencyInjection\\\\Configuration\\:\\:addGeneralSection\\(\\) expects Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition, Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition given\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Parameter \\#1 \\$node of method Vich\\\\UploaderBundle\\\\DependencyInjection\\\\Configuration\\:\\:addMappingsSection\\(\\) expects Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition, Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition given\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Parameter \\#1 \\$node of method Vich\\\\UploaderBundle\\\\DependencyInjection\\\\Configuration\\:\\:addMetadataSection\\(\\) expects Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\ArrayNodeDefinition, Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition given\\.$#"
count: 1
path: src/DependencyInjection/Configuration.php
-
message: "#^Call to an undefined method Gaufrette\\\\FilesystemInterface\\:\\:getAdapter\\(\\)\\.$#"
count: 2
path: src/Storage/GaufretteStorage.php
-
message: "#^Return type of call to method PHPUnit\\\\Framework\\\\TestCase\\:\\:createMock\\(\\) contains unresolvable type\\.$#"
count: 1
path: tests/Adapter/ODM/MongoDB/MongoDBAdapterTest.php
-
message: "#^PHPDoc tag @return contains unresolvable type\\.$#"
count: 2
path: tests/EventListener/Doctrine/ListenerTestCase.php
-
message: "#^Return type of call to method PHPUnit\\\\Framework\\\\MockObject\\\\MockBuilder\\<Vich\\\\UploaderBundle\\\\Handler\\\\UploadHandler\\>\\:\\:getMock\\(\\) contains unresolvable type\\.$#"
count: 1
path: tests/EventListener/Doctrine/ListenerTestCase.php
-
message: "#^Return type of call to method PHPUnit\\\\Framework\\\\MockObject\\\\MockBuilder\\<Vich\\\\UploaderBundle\\\\Metadata\\\\MetadataReader\\>\\:\\:getMock\\(\\) contains unresolvable type\\.$#"
count: 1
path: tests/EventListener/Doctrine/ListenerTestCase.php
-
message: "#^Return type of call to method PHPUnit\\\\Framework\\\\TestCase\\:\\:createMock\\(\\) contains unresolvable type\\.$#"
count: 1
path: tests/Functional/WebTestCase.php
-
message: "#^Return type of call to method PHPUnit\\\\Framework\\\\TestCase\\:\\:createMock\\(\\) contains unresolvable type\\.$#"
count: 1
path: tests/Injector/FileInjectorTest.php
-
message: "#^Trying to mock an undefined method findOneBySlug\\(\\) on class Doctrine\\\\ORM\\\\EntityRepository\\.$#"
count: 1
path: tests/Naming/SlugNamerTest.php
-
message: "#^Trying to mock an undefined method getFilesystem\\(\\) on class League\\\\Flysystem\\\\MountManager\\.$#"
count: 1
path: tests/Storage/Flysystem/MountManagerFlysystemStorageTest.php
-
message: "#^Return type of call to method PHPUnit\\\\Framework\\\\TestCase\\:\\:createMock\\(\\) contains unresolvable type\\.$#"
count: 4
path: tests/TestCase.php