@@ -197,7 +197,7 @@ |
||
197 | 197 | * @param string $driverName short name of the driver |
198 | 198 | * @param array $options array of options for the driver |
199 | 199 | * |
200 | - * @return DriverInterface|false driver object or false if it could not be instantiated |
|
200 | + * @return null|DriverInterface driver object or false if it could not be instantiated |
|
201 | 201 | */ |
202 | 202 | protected function getDriver($driverName, $options) |
203 | 203 | { |