@@ -25,6 +25,7 @@ |
||
| 25 | 25 | * @param \chillerlan\Settings\SettingsContainerInterface $options |
| 26 | 26 | * @param \Psr\SimpleCache\CacheInterface|null $cache |
| 27 | 27 | * @param \Psr\Log\LoggerInterface|null $logger |
| 28 | + * @return void |
|
| 28 | 29 | */ |
| 29 | 30 | public function __construct(SettingsContainerInterface $options, CacheInterface $cache = null, LoggerInterface $logger = null); |
| 30 | 31 | |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | throw new DatabaseException('invalid driver interface'); |
| 66 | 66 | } |
| 67 | 67 | |
| 68 | - $this->query = new QueryBuilder($this->driver, $this->logger); |
|
| 68 | + $this->query = new QueryBuilder($this->driver, $this->logger); |
|
| 69 | 69 | } |
| 70 | 70 | |
| 71 | 71 | /** |