From 3d55a53d50eeb19572174943f80c6e65f3874482 Mon Sep 17 00:00:00 2001 From: Matt Glaman Date: Fri, 18 Oct 2024 11:39:47 -0500 Subject: [PATCH] drupal_root property is deprecated fix #316 --- src/Command/CheckCommand.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Command/CheckCommand.php b/src/Command/CheckCommand.php index 450dbd9..33cde85 100644 --- a/src/Command/CheckCommand.php +++ b/src/Command/CheckCommand.php @@ -141,9 +141,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int 'ignoreErrors' => [ '#Unsafe usage of new static\(\)#' ], - 'drupal' => [ - 'drupal_root' => $this->drupalRoot, - ] ] ];