Skip to content

Commit

Permalink
Add \Drupal::VERION to phpstan.neon to silence error.
Browse files Browse the repository at this point in the history
 	dynamicConstantNames:
    		- Drupal::VERSION
  • Loading branch information
bbrala committed Sep 21, 2023
1 parent 38544b6 commit db6e1de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ parameters:
- rector.php
bootstrapFiles:
- vendor/rector/rector/vendor/autoload.php
dynamicConstantNames:
- Drupal::VERSION
includes:
- phpstan-baseline.neon

0 comments on commit db6e1de

Please sign in to comment.