1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Modernize to PHP 7.4

This commit is contained in:
Yassine Guedidi 2025-04-05 13:20:44 +02:00
parent ce8ed589d5
commit 4168727f36
21 changed files with 31 additions and 75 deletions

View file

@ -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()
);
}