Skip to content

Commit 55bfdc1

Browse files
committed
Fixed deprecated excludes_analyse
The config key has changed to "excludePaths". Backport of 1.x branch.
1 parent 1da7a1e commit 55bfdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ parameters:
1212
- '#Method Drupal\\Core\\Form\\FormBuilderInterface::getForm\(\) invoked with#'
1313
- '#Access to an undefined property Drupal\\Core\\TypedData\\TypedDataInterface::\$#'
1414
- '#Access to an undefined property Drupal\\.*FieldItemList(Interface)?::\$#'
15-
excludes_analyse:
15+
excludePaths:
1616
- '*/node_modules/*'

0 commit comments

Comments
 (0)