mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 09:25:25 +00:00
PHP CS
This commit is contained in:
parent
2fe2e411a7
commit
94766a8962
1 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,6 @@ use Lexik\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType;
|
||||||
use Symfony\Component\Form\AbstractType;
|
use Symfony\Component\Form\AbstractType;
|
||||||
use Symfony\Component\Form\FormBuilderInterface;
|
use Symfony\Component\Form\FormBuilderInterface;
|
||||||
use Symfony\Component\OptionsResolver\OptionsResolver;
|
use Symfony\Component\OptionsResolver\OptionsResolver;
|
||||||
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage;
|
|
||||||
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
|
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
|
||||||
|
|
||||||
class EntryFilterType extends AbstractType
|
class EntryFilterType extends AbstractType
|
||||||
|
@ -23,8 +22,8 @@ class EntryFilterType extends AbstractType
|
||||||
/**
|
/**
|
||||||
* Repository & user are used to get a list of language entries for this user.
|
* Repository & user are used to get a list of language entries for this user.
|
||||||
*
|
*
|
||||||
* @param EntityRepository $entryRepository
|
* @param EntityRepository $entryRepository
|
||||||
* @param TokenStorage $token
|
* @param TokenStorageInterface $tokenStorage
|
||||||
*/
|
*/
|
||||||
public function __construct(EntityRepository $entryRepository, TokenStorageInterface $tokenStorage)
|
public function __construct(EntityRepository $entryRepository, TokenStorageInterface $tokenStorage)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue