forked from wallabag/wallabag
Modernize to PHP 7.4
This commit is contained in:
@ -34,9 +34,7 @@ class AuthenticatorProvider implements ExpressionFunctionProviderInterface
|
||||
function (): void {
|
||||
throw new \Exception('Not supported');
|
||||
},
|
||||
function (array $arguments, $uri) {
|
||||
return $this->requestHtmlFunctionClient->request('GET', $uri)->getContent();
|
||||
}
|
||||
fn (array $arguments, $uri) => $this->requestHtmlFunctionClient->request('GET', $uri)->getContent()
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user