-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
122 lines (98 loc) · 4.99 KB
/
phpstan-baseline.neon
File metadata and controls
122 lines (98 loc) · 4.99 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
parameters:
ignoreErrors:
-
message: "#^If condition is always true\\.$#"
count: 1
path: src/Application/CommandHandler/ProcessImageHandler.php
-
message: "#^Method App\\\\Application\\\\Service\\\\FileFinder\\:\\:findGalleries\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Application/Service/FileFinder.php
-
message: "#^Method App\\\\Application\\\\Service\\\\FileFinder\\:\\:findImagesInPath\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Application/Service/FileFinder.php
-
message: "#^Call to an undefined method Traversable\\<\\(int\\|string\\), mixed\\>\\:\\:uasort\\(\\)\\.$#"
count: 1
path: src/Domain/Entity/Gallery.php
-
message: "#^Method App\\\\Domain\\\\Entity\\\\Gallery\\:\\:addImage\\(\\) has no return typehint specified\\.$#"
count: 1
path: src/Domain/Entity/Gallery.php
-
message: "#^Method App\\\\Domain\\\\Entity\\\\Gallery\\:\\:getImages\\(\\) return type with generic interface Doctrine\\\\Common\\\\Collections\\\\Collection does not specify its types\\: TKey, T$#"
count: 1
path: src/Domain/Entity/Gallery.php
-
message: "#^Property App\\\\Domain\\\\Entity\\\\Gallery\\:\\:\\$images with generic class Doctrine\\\\Common\\\\Collections\\\\ArrayCollection does not specify its types\\: TKey, T$#"
count: 1
path: src/Domain/Entity/Gallery.php
-
message: "#^Method App\\\\Domain\\\\Entity\\\\Image\\:\\:updateResizedImagesFilename\\(\\) has no return typehint specified\\.$#"
count: 1
path: src/Domain/Entity/Image.php
-
message: "#^Property App\\\\Domain\\\\Exception\\\\GalleryNotFoundException\\:\\:\\$code has no typehint specified\\.$#"
count: 1
path: src/Domain/Exception/GalleryNotFoundException.php
-
message: "#^Property App\\\\Domain\\\\Exception\\\\GalleryNotFoundException\\:\\:\\$message has no typehint specified\\.$#"
count: 1
path: src/Domain/Exception/GalleryNotFoundException.php
-
message: "#^Property App\\\\Domain\\\\Exception\\\\ImageNotFoundException\\:\\:\\$code has no typehint specified\\.$#"
count: 1
path: src/Domain/Exception/ImageNotFoundException.php
-
message: "#^Property App\\\\Domain\\\\Exception\\\\ImageNotFoundException\\:\\:\\$message has no typehint specified\\.$#"
count: 1
path: src/Domain/Exception/ImageNotFoundException.php
-
message: "#^Method App\\\\Domain\\\\Repository\\\\GalleryRepository\\:\\:add\\(\\) has no return typehint specified\\.$#"
count: 1
path: src/Domain/Repository/GalleryRepository.php
-
message: "#^Method App\\\\Domain\\\\Repository\\\\GalleryRepository\\:\\:findAll\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Domain/Repository/GalleryRepository.php
-
message: "#^Method App\\\\Infrastructure\\\\Console\\\\ProcessGalleriesCommand\\:\\:execute\\(\\) should return int but return statement is missing\\.$#"
count: 1
path: src/Infrastructure/Console/ProcessGalleriesCommand.php
-
message: "#^Property App\\\\Infrastructure\\\\Console\\\\ProgressBarHelper\\:\\:\\$singleGalleryProgressBars type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Infrastructure/Console/ProgressBarHelper.php
-
message: "#^Method App\\\\Infrastructure\\\\Repository\\\\DoctrineGalleryRepository\\:\\:add\\(\\) has no return typehint specified\\.$#"
count: 1
path: src/Infrastructure/Repository/DoctrineGalleryRepository.php
-
message: "#^Method App\\\\Infrastructure\\\\Repository\\\\DoctrineGalleryRepository\\:\\:findAll\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Infrastructure/Repository/DoctrineGalleryRepository.php
-
message: "#^Method App\\\\Infrastructure\\\\Service\\\\NetteFileFinder\\:\\:__construct\\(\\) has parameter \\$imageFilesExtensions with no value type specified in iterable type array\\.$#"
count: 1
path: src/Infrastructure/Service/NetteFileFinder.php
-
message: "#^Method App\\\\Infrastructure\\\\Service\\\\NetteFileFinder\\:\\:findGalleries\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Infrastructure/Service/NetteFileFinder.php
-
message: "#^Method App\\\\Infrastructure\\\\Service\\\\NetteFileFinder\\:\\:findImagesInPath\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Infrastructure/Service/NetteFileFinder.php
-
message: "#^Property App\\\\Infrastructure\\\\Service\\\\NetteFileFinder\\:\\:\\$imageFilesExtensions type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Infrastructure/Service/NetteFileFinder.php
-
message: "#^Method App\\\\Kernel\\:\\:configureContainer\\(\\) has no return typehint specified\\.$#"
count: 1
path: src/Kernel.php
-
message: "#^Method App\\\\Kernel\\:\\:configureRoutes\\(\\) has no return typehint specified\\.$#"
count: 1
path: src/Kernel.php