forked from danskernesdigitalebibliotek/dpl-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-baseline.neon
52 lines (42 loc) · 2.03 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
parameters:
ignoreErrors:
-
message: "#^Call to deprecated method legacyConfig\\(\\) of class Drupal\\\\dpl_react\\\\DplReactConfigBase\\.$#"
count: 1
path: web/modules/custom/dpl_dashboard/src/DplDashboardSettings.php
-
message: "#^Call to deprecated method legacyConfig\\(\\) of class Drupal\\\\dpl_react\\\\DplReactConfigBase\\.$#"
count: 1
path: web/modules/custom/dpl_favorites_list/src/DplFavoritesListSettings.php
-
message: "#^Call to deprecated method legacyConfig\\(\\) of class Drupal\\\\dpl_react\\\\DplReactConfigBase\\.$#"
count: 1
path: web/modules/custom/dpl_fees/src/DplFeesSettings.php
-
message: "#^Call to deprecated method legacyConfig\\(\\) of class Drupal\\\\dpl_react\\\\DplReactConfigBase\\.$#"
count: 1
path: web/modules/custom/dpl_loans/src/DplLoansSettings.php
-
message: "#^Call to deprecated method legacyConfig\\(\\) of class Drupal\\\\dpl_react\\\\DplReactConfigBase\\.$#"
count: 1
path: web/modules/custom/dpl_patron_menu/src/DplMenuSettings.php
-
message: "#^Call to deprecated method legacyConfig\\(\\) of class Drupal\\\\dpl_react\\\\DplReactConfigBase\\.$#"
count: 1
path: web/modules/custom/dpl_patron_page/src/DplPatronPageSettings.php
-
message: "#^Call to deprecated method legacyConfig\\(\\) of class Drupal\\\\dpl_react\\\\DplReactConfigBase\\.$#"
count: 1
path: web/modules/custom/dpl_patron_reg/src/DplPatronRegSettings.php
-
message: "#^Call to deprecated method legacyConfig\\(\\) of class Drupal\\\\dpl_react\\\\DplReactConfigBase\\.$#"
count: 1
path: web/modules/custom/dpl_publizon/src/DplPublizonSettings.php
-
message: "#^Call to deprecated method legacyConfig\\(\\) of class Drupal\\\\dpl_react\\\\DplReactConfigBase\\.$#"
count: 1
path: web/modules/custom/dpl_recommender/src/DplRecommenderSettings.php
-
message: "#^Call to deprecated method legacyConfig\\(\\) of class Drupal\\\\dpl_react\\\\DplReactConfigBase\\.$#"
count: 1
path: web/modules/custom/dpl_reservations/src/DplReservationsSettings.php