Skip to content

Commit

Permalink
drupal_root property is deprecated
Browse files Browse the repository at this point in the history
fix #316
  • Loading branch information
mglaman authored Oct 18, 2024
1 parent 7dbd731 commit 3d55a53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Command/CheckCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
'ignoreErrors' => [
'#Unsafe usage of new static\(\)#'
],
'drupal' => [
'drupal_root' => $this->drupalRoot,
]
]
];

Expand Down

0 comments on commit 3d55a53

Please sign in to comment.