forked from pimcore/customer-data-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-lowest.neon
39 lines (37 loc) · 1.55 KB
/
phpstan-lowest.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
includes:
- phpstan.neon
parameters:
reportUnmatchedIgnoredErrors: false
ignoreErrors:
-
message: "#Call to an undefined static method Pimcore\\\\Db\\\\Helper\\:\\:quoteDataIdentifiers\\(\\)\\.#"
count: 1
path: src/ActivityStore/MariaDb.php
-
message: "#Call to an undefined static method Pimcore\\\\Db\\\\Helper\\:\\:quoteDataIdentifiers\\(\\)\\.#"
count: 1
path: src/ActivityStore/SqlActivityStore.php
-
message: "#Call to an undefined static method Pimcore\\\\Db\\\\Helper\\:\\:quoteDataIdentifiers\\(\\)\\.#"
count: 2
path: src/Model/ActionTrigger/Rule/Dao.php
-
message: "#^Comparison operation \"\\>\\=\" between 10 and 11 is always false\\.$#"
count: 1
path: src/Installer.php
-
message: "#^Comparison operation \"\\>\\=\" between 10 and 11 is always false\\.$#"
count: 1
path: src/Model/ActivityList/ActivityListInterface.php
-
message: "#^Call to an undefined static method CustomerManagementFrameworkBundle\\\\CustomReport\\\\Adapter\\\\TermSegmentBuilderBase\\:\\:getColumns\\(\\)\\.$#"
count: 1
path: src/CustomReport/Adapter/TermSegmentBuilder.php
-
message: "#^Access to an undefined property CustomerManagementFrameworkBundle\\\\CustomReport\\\\Adapter\\\\TermSegmentBuilder\\:\\:\\$config\\.$#"
count: 2
path: src/CustomReport/Adapter/TermSegmentBuilder.php
-
message: "#^Call to an undefined method CustomerManagementFrameworkBundle\\\\CustomReport\\\\Adapter\\\\TermSegmentBuilder\\:\\:buildQueryString\\(\\)\\.$#"
count: 1
path: src/CustomReport/Adapter/TermSegmentBuilder.php