forked from pimcore/pimcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
60 lines (50 loc) · 2.46 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
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: "#^Parameter \\#2 \\$eventDispatcher of method Pimcore\\\\Bundle\\\\PersonalizationBundle\\\\Targeting\\\\Condition\\\\EventDispatchingConditionInterface\\:\\:postMatch\\(\\) expects Symfony\\\\Component\\\\EventDispatcher\\\\EventDispatcherInterface, Symfony\\\\Contracts\\\\EventDispatcher\\\\EventDispatcherInterface given\\.$#"
count: 1
path: bundles/PersonalizationBundle/src/Targeting/ConditionMatcher.php
-
message: "#^Parameter \\#2 \\$eventDispatcher of method Pimcore\\\\Bundle\\\\PersonalizationBundle\\\\Targeting\\\\Condition\\\\EventDispatchingConditionInterface\\:\\:preMatch\\(\\) expects Symfony\\\\Component\\\\EventDispatcher\\\\EventDispatcherInterface, Symfony\\\\Contracts\\\\EventDispatcher\\\\EventDispatcherInterface given\\.$#"
count: 1
path: bundles/PersonalizationBundle/src/Targeting/ConditionMatcher.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