mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-11 17:51:02 +00:00
Migrate to readonly properties
This commit is contained in:
parent
a107773c11
commit
ca018c77e3
71 changed files with 203 additions and 199 deletions
|
@ -10,7 +10,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
|
|||
class AuthenticatorProvider implements ExpressionFunctionProviderInterface
|
||||
{
|
||||
public function __construct(
|
||||
private HttpClientInterface $requestHtmlFunctionClient,
|
||||
private readonly HttpClientInterface $requestHtmlFunctionClient,
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue