forked from pimcore/pimcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
65 lines (54 loc) · 2.21 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
parameters:
ignoreErrors:
-
message: "#^Negated boolean expression is always false\\.$#"
count: 2
path: bundles/CoreBundle/src/DependencyInjection/PimcoreCoreExtension.php
-
message: "#^Negated boolean expression is always false\\.$#"
count: 1
path: lib/Image/Adapter/Imagick.php
-
message: "#^Result of \\|\\| is always true\\.$#"
count: 2
path: lib/Mail.php
-
message: "#^Call to an undefined method COM\\:\\:Run\\(\\)\\.$#"
count: 1
path: lib/Tool/Console.php
-
message: "#^Dead catch \\- Throwable is never thrown in the try block\\.$#"
count: 1
path: lib/Tool/Serialize.php
-
message: "#^Negated boolean expression is always true\\.$#"
count: 1
path: models/Asset/Video/ImageThumbnail.php
-
message: "#^Method Pimcore\\\\Messenger\\\\Handler\\\\CleanupThumbnailsHandler\\:\\:process\\(\\) is unused\\.$#"
count: 1
path: lib/Messenger/Handler/CleanupThumbnailsHandler.php
-
message: "#^Method Pimcore\\\\Messenger\\\\Handler\\\\SanityCheckHandler\\:\\:process\\(\\) is unused\\.$#"
count: 1
path: lib/Messenger/Handler/SanityCheckHandler.php
-
message: "#^Method Pimcore\\\\Bundle\\\\SimpleBackendSearchBundle\\\\MessageHandler\\\\SearchBackendHandler\\:\\:process\\(\\) is unused\\.$#"
count: 1
path: bundles/SimpleBackendSearchBundle/src/MessageHandler/SearchBackendHandler.php
-
message: "#^Method Pimcore\\\\Bundle\\\\SimpleBackendSearchBundle\\\\MessageHandler\\\\SearchBackendHandler\\:\\:shouldFlush\\(\\) is unused\\.$#"
count: 1
path: bundles/SimpleBackendSearchBundle/src/MessageHandler/SearchBackendHandler.php
-
message: "#^Class Pimcore\\\\Bundle\\\\PersonalizationBundle\\\\Model\\\\Document\\\\Targeting\\\\TargetingDocumentInterface not found\\.$#"
count: 1
path: models/Document/Editable/Renderlet.php
-
message: "#^Class Pimcore\\\\Bundle\\\\PersonalizationBundle\\\\Targeting\\\\Document\\\\DocumentTargetingConfigurator not found\\.$#"
count: 1
path: models/Document/Editable/Renderlet.php
-
message: "#^Class Pimcore\\\\Bundle\\\\PersonalizationBundle\\\\Targeting\\\\Document\\\\DocumentTargetingConfigurator not found\\.$#"
count: 1
path: models/Document/Editable/Snippet.php