We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b25ac8 commit bd9a345Copy full SHA for bd9a345
setup/src/Magento/Setup/Model/ConfigOptionsList/DriverOptions.php
@@ -46,7 +46,7 @@ public function getDriverOptions(array $options): array
46
*/
47
private function optionExists($options, $driverOptionKey): bool
48
{
49
- return isset($options[$driverOptionKey])
+ return isset($options[$driverOptionKey])
50
&& ($options[$driverOptionKey] === false || !empty($options[$driverOptionKey]));
51
}
52
0 commit comments