Skip to content

Commit dc58ec5

Browse files
author
Igor Vitol
committed
Do not override disabled modules in blackfire config
1 parent 95b932f commit dc58ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/Source/CliSource.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public function read(): Repository
236236
}
237237

238238
if ($this->input->getOption(self::OPTION_WITHOUT_BLACKFIRE)) {
239-
$repository->push(self::PHP_DISABLED_EXTENSIONS, 'blackfire');
239+
$repository->set(self::PHP_DISABLED_EXTENSIONS, ['blackfire' => 'blackfire']);
240240
}
241241

242242
if ($this->input->getOption(self::OPTION_SET_DOCKER_HOST_XDEBUG)) {

0 commit comments

Comments
 (0)