mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Migrate to readonly properties
This commit is contained in:
parent
a107773c11
commit
ca018c77e3
71 changed files with 203 additions and 199 deletions
|
@ -14,10 +14,10 @@ use Wallabag\Redis\Producer as RedisProducer;
|
|||
class FirefoxController extends BrowserController
|
||||
{
|
||||
public function __construct(
|
||||
private FirefoxImport $firefoxImport,
|
||||
private Config $craueConfig,
|
||||
private RabbitMqProducer $rabbitMqProducer,
|
||||
private RedisProducer $redisProducer,
|
||||
private readonly FirefoxImport $firefoxImport,
|
||||
private readonly Config $craueConfig,
|
||||
private readonly RabbitMqProducer $rabbitMqProducer,
|
||||
private readonly RedisProducer $redisProducer,
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue