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 4b05bf9 commit 03caecaCopy full SHA for 03caeca
setup/src/Magento/Setup/Model/ConfigOptionsList/DriverOptions.php
@@ -46,6 +46,7 @@ public function getDriverOptions(array $options): array
46
*/
47
private function optionExists($options, $driverOptionKey): bool
48
{
49
- return isset($options[$driverOptionKey]) && ($options[$driverOptionKey] === false || !empty($options[$driverOptionKey]));
+ return isset($options[$driverOptionKey])
50
+ && ($options[$driverOptionKey] === false || !empty($options[$driverOptionKey]));
51
}
52
0 commit comments