@@ -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 |