mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-06 17:41:01 +00:00
Migrate to readonly properties
This commit is contained in:
parent
a107773c11
commit
ca018c77e3
71 changed files with 203 additions and 199 deletions
|
@ -26,10 +26,10 @@ use Wallabag\Repository\TagRepository;
|
|||
class TagController extends AbstractController
|
||||
{
|
||||
public function __construct(
|
||||
private EntityManagerInterface $entityManager,
|
||||
private TagsAssigner $tagsAssigner,
|
||||
private Redirect $redirectHelper,
|
||||
private Security $security,
|
||||
private readonly EntityManagerInterface $entityManager,
|
||||
private readonly TagsAssigner $tagsAssigner,
|
||||
private readonly Redirect $redirectHelper,
|
||||
private readonly Security $security,
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue