Skip to content

Commit 95b932f

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Config/Source/CliSource.php

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

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

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

0 commit comments

Comments
 (0)