forked from wallabag/wallabag
Modernize to PHP 8.0
This commit is contained in:
@ -62,7 +62,7 @@ class ImportController extends AbstractController
|
||||
+ $this->rabbitMQConsumerTotalProxy->getTotalMessage('pocket_html')
|
||||
+ $this->rabbitMQConsumerTotalProxy->getTotalMessage('omnivore')
|
||||
;
|
||||
} catch (\Exception $e) {
|
||||
} catch (\Exception) {
|
||||
$rabbitNotInstalled = true;
|
||||
}
|
||||
} elseif ($craueConfig->get('import_with_redis')) {
|
||||
@ -81,7 +81,7 @@ class ImportController extends AbstractController
|
||||
+ $this->redisClient->llen('wallabag.import.pocket_html')
|
||||
+ $this->redisClient->llen('wallabag.import.omnivore')
|
||||
;
|
||||
} catch (\Exception $e) {
|
||||
} catch (\Exception) {
|
||||
$redisNotInstalled = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user