forked from dustin10/VichUploaderBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
72 lines (58 loc) · 3.3 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
parameters:
ignoreErrors:
-
message: "#^Method Vich\\\\UploaderBundle\\\\Adapter\\\\AdapterInterface\\:\\:recomputeChangeSet\\(\\) has no return typehint specified\\.$#"
count: 1
path: src/Adapter/AdapterInterface.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: "#^Method Vich\\\\UploaderBundle\\\\Event\\\\Event\\:\\:__construct\\(\\) has parameter \\$object with no typehint specified\\.$#"
count: 1
path: src/Event/Event.php
-
message: "#^Call to an undefined method Doctrine\\\\Common\\\\EventArgs\\:\\:getEntityChangeSet\\(\\)\\.$#"
count: 1
path: src/EventListener/Doctrine/CleanListener.php
-
message: "#^Method Vich\\\\UploaderBundle\\\\Handler\\\\UploadHandler\\:\\:clean\\(\\) has parameter \\$obj with no typehint specified\\.$#"
count: 1
path: src/Handler/UploadHandler.php
-
message: "#^Method Vich\\\\UploaderBundle\\\\Handler\\\\UploadHandler\\:\\:inject\\(\\) has parameter \\$obj with no typehint specified\\.$#"
count: 1
path: src/Handler/UploadHandler.php
-
message: "#^Method Vich\\\\UploaderBundle\\\\Handler\\\\UploadHandler\\:\\:remove\\(\\) has parameter \\$obj with no typehint specified\\.$#"
count: 1
path: src/Handler/UploadHandler.php
-
message: "#^Method Vich\\\\UploaderBundle\\\\Naming\\\\ConfigurableInterface\\:\\:configure\\(\\) has no return typehint specified\\.$#"
count: 1
path: src/Naming/ConfigurableInterface.php
-
message: "#^Call to an undefined method Gaufrette\\\\FilesystemInterface\\:\\:getAdapter\\(\\)\\.$#"
count: 2
path: src/Storage/GaufretteStorage.php
-
message: "#^Parameter \\#1 \\$obj of method Vich\\\\UploaderBundle\\\\Mapping\\\\PropertyMappingFactory\\:\\:fromObject\\(\\) expects object, array given\\.$#"
count: 1
path: tests/Mapping/PropertyMappingFactoryTest.php