-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
phpstan-baseline.neon
26 lines (22 loc) · 1.02 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
parameters:
ignoreErrors:
-
message: "#^Access to an undefined property Drupal\\\\Core\\\\Field\\\\FieldItemInterface\\:\\:\\$entity\\.$#"
count: 1
path: web/modules/custom/contribkanban_boards/src/Entity/Board.php
-
message: "#^Access to an undefined property Drupal\\\\Core\\\\Field\\\\FieldItemInterface\\:\\:\\$value\\.$#"
count: 5
path: web/modules/custom/contribkanban_boards/src/Entity/BoardList.php
-
message: "#^\\\\Drupal calls should be avoided in classes, use dependency injection instead$#"
count: 5
path: web/modules/custom/contribkanban_boards/src/EventSubscriber/MissingBoardExceptionHtmlSubscriber.php
-
message: "#^\\\\Drupal calls should be avoided in classes, use dependency injection instead$#"
count: 2
path: web/modules/custom/contribkanban_pages/src/Controller/BoardsController.php
-
message: "#^\\\\Drupal calls should be avoided in classes, use dependency injection instead$#"
count: 1
path: web/modules/custom/contribkanban_users/src/UserIssuesFeed.php