Skip to content

Commit

Permalink
Fixed deprecated excludes_analyse
Browse files Browse the repository at this point in the history
The config key has changed to "excludePaths".
Backport of 1.x branch.
  • Loading branch information
zero2one committed Nov 29, 2021
1 parent 1da7a1e commit 55bfdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ parameters:
- '#Method Drupal\\Core\\Form\\FormBuilderInterface::getForm\(\) invoked with#'
- '#Access to an undefined property Drupal\\Core\\TypedData\\TypedDataInterface::\$#'
- '#Access to an undefined property Drupal\\.*FieldItemList(Interface)?::\$#'
excludes_analyse:
excludePaths:
- '*/node_modules/*'

0 comments on commit 55bfdc1

Please sign in to comment.