Skip to content

Commit 3d55a53

Browse files
authored
drupal_root property is deprecated
fix #316
1 parent 7dbd731 commit 3d55a53

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Command/CheckCommand.php

-3
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
141141
'ignoreErrors' => [
142142
'#Unsafe usage of new static\(\)#'
143143
],
144-
'drupal' => [
145-
'drupal_root' => $this->drupalRoot,
146-
]
147144
]
148145
];
149146

0 commit comments

Comments
 (0)