forked from wallabag/wallabag
Modernize to PHP 8.0
This commit is contained in:
@ -67,7 +67,7 @@ class AuthenticatorProvider implements ExpressionFunctionProviderInterface
|
||||
$crawler = new Crawler((string) $html);
|
||||
|
||||
$crawler = $crawler->filterXPath($xpathQuery);
|
||||
} catch (\Throwable $e) {
|
||||
} catch (\Throwable) {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user