Skip to content

Commit 10208c7

Browse files
committed
Add PHPStan ignore rule for undefined typed data properties.
1 parent d5c2b7f commit 10208c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ parameters:
99
- '#Unsafe usage of new static\(\)#'
1010
- '#\\Drupal calls should be avoided in classes#'
1111
- '#Method Drupal\\Core\\Form\\FormBuilderInterface::getForm\(\) invoked with#'
12+
- '#Access to an undefined property Drupal\\Core\\TypedData\\TypedDataInterface::\$#'
1213
excludes_analyse:
1314
- '*/node_modules/*'

0 commit comments

Comments
 (0)