@@ -79,6 +79,9 @@ |
||
79 | 79 | return 'dbal'; |
80 | 80 | } |
81 | 81 | |
82 | + /** |
|
83 | + * @param boolean $defaultValue |
|
84 | + */ |
|
82 | 85 | private function resolveOption(array $options, string $key, $defaultValue = null) |
83 | 86 | { |
84 | 87 | if (!\array_key_exists($key, $options)) { |