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

Remove legacy PHP-CS-Fixer rule configuration

This commit is contained in:
Yassine Guedidi 2025-01-25 01:22:43 +01:00
parent 4fa015bddf
commit 991f11cdf2
5 changed files with 4 additions and 15 deletions

View file

@ -724,7 +724,7 @@ class EntryRestController extends WallabagRestController
LoggerInterface $logger,
TagsAssigner $tagsAssigner,
EventDispatcherInterface $eventDispatcher,
ValidatorInterface $validator
ValidatorInterface $validator,
) {
$this->validateAuthentication();