remove pagerfanta bundle (#1458)
This commit is contained in:
@@ -13,17 +13,10 @@ use Symfony\Bundle\FrameworkBundle\Translation\Translator as BaseTranslator;
|
||||
use Symfony\Component\Translation\Exception\InvalidArgumentException;
|
||||
use Symfony\Component\Translation\MessageCatalogueInterface;
|
||||
use Symfony\Component\Translation\TranslatorBagInterface;
|
||||
use Symfony\Component\Translation\TranslatorInterface as LegacyTranslatorInterface;
|
||||
use Symfony\Contracts\Translation\LocaleAwareInterface;
|
||||
use Symfony\Contracts\Translation\TranslatorInterface;
|
||||
|
||||
/**
|
||||
* Should be:
|
||||
* class Translator implements TranslatorInterface, TranslatorBagInterface, LocaleAwareInterface
|
||||
*
|
||||
* But this is not compatible with PagerFanta yet.
|
||||
*/
|
||||
class Translator implements LegacyTranslatorInterface, TranslatorInterface, TranslatorBagInterface
|
||||
class Translator implements TranslatorInterface, TranslatorBagInterface, LocaleAwareInterface
|
||||
{
|
||||
/**
|
||||
* @var BaseTranslator
|
||||
|
||||
Reference in New Issue
Block a user