Skip to content
Snippets Groups Projects
Commit 377f6a33 authored by James Williams's avatar James Williams
Browse files

Issue #3091336: Adjust phpstan baseline

parent f87a5ec5
No related branches found
No related tags found
1 merge request!5332Issue #3091336: Use a proper language fallback mechanism for path.alias_repository service
......@@ -2101,17 +2101,17 @@ parameters:
-
message: "#^Access to an undefined property Drupal\\\\path\\\\Plugin\\\\Field\\\\FieldType\\\\PathItem\\:\\:\\$alias\\.$#"
count: 3
count: 4
path: modules/path/src/Plugin/Field/FieldType/PathItem.php
-
message: "#^Access to an undefined property Drupal\\\\path\\\\Plugin\\\\Field\\\\FieldType\\\\PathItem\\:\\:\\$langcode\\.$#"
count: 2
count: 1
path: modules/path/src/Plugin/Field/FieldType/PathItem.php
-
message: "#^Access to an undefined property Drupal\\\\path\\\\Plugin\\\\Field\\\\FieldType\\\\PathItem\\:\\:\\$pid\\.$#"
count: 5
count: 4
path: modules/path/src/Plugin/Field/FieldType/PathItem.php
-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment