mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Migrate to readonly properties
This commit is contained in:
parent
a107773c11
commit
ca018c77e3
71 changed files with 203 additions and 199 deletions
|
@ -34,14 +34,14 @@ use Wallabag\Repository\TagRepository;
|
|||
class EntryController extends AbstractController
|
||||
{
|
||||
public function __construct(
|
||||
private EntityManagerInterface $entityManager,
|
||||
private EventDispatcherInterface $eventDispatcher,
|
||||
private EntryRepository $entryRepository,
|
||||
private Redirect $redirectHelper,
|
||||
private PreparePagerForEntries $preparePagerForEntriesHelper,
|
||||
private FilterBuilderUpdaterInterface $filterBuilderUpdater,
|
||||
private ContentProxy $contentProxy,
|
||||
private Security $security,
|
||||
private readonly EntityManagerInterface $entityManager,
|
||||
private readonly EventDispatcherInterface $eventDispatcher,
|
||||
private readonly EntryRepository $entryRepository,
|
||||
private readonly Redirect $redirectHelper,
|
||||
private readonly PreparePagerForEntries $preparePagerForEntriesHelper,
|
||||
private readonly FilterBuilderUpdaterInterface $filterBuilderUpdater,
|
||||
private readonly ContentProxy $contentProxy,
|
||||
private readonly Security $security,
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue