mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
PHPCS Fixes some unused class imports
This commit is contained in:
@@ -29,7 +29,6 @@ use Alchemy\Phrasea\Core\Configuration\RegistrationManager;
|
|||||||
use Alchemy\Phrasea\Core\Event\LogoutEvent;
|
use Alchemy\Phrasea\Core\Event\LogoutEvent;
|
||||||
use Alchemy\Phrasea\Core\Event\PreAuthenticate;
|
use Alchemy\Phrasea\Core\Event\PreAuthenticate;
|
||||||
use Alchemy\Phrasea\Core\Event\PostAuthenticate;
|
use Alchemy\Phrasea\Core\Event\PostAuthenticate;
|
||||||
use Alchemy\Phrasea\Core\Event\RegistrationEvent;
|
|
||||||
use Alchemy\Phrasea\Core\Event\ValidationEvent;
|
use Alchemy\Phrasea\Core\Event\ValidationEvent;
|
||||||
use Alchemy\Phrasea\Core\PhraseaEvents;
|
use Alchemy\Phrasea\Core\PhraseaEvents;
|
||||||
use Alchemy\Phrasea\Exception\InvalidArgumentException;
|
use Alchemy\Phrasea\Exception\InvalidArgumentException;
|
||||||
@@ -48,8 +47,6 @@ use Alchemy\Phrasea\Model\Repositories\UserRepository;
|
|||||||
use Alchemy\Phrasea\Model\Repositories\UsrAuthProviderRepository;
|
use Alchemy\Phrasea\Model\Repositories\UsrAuthProviderRepository;
|
||||||
use Alchemy\Phrasea\Model\Repositories\ValidationParticipantRepository;
|
use Alchemy\Phrasea\Model\Repositories\ValidationParticipantRepository;
|
||||||
use Alchemy\Phrasea\Notification\Receiver;
|
use Alchemy\Phrasea\Notification\Receiver;
|
||||||
use Alchemy\Phrasea\Notification\Mail\MailRequestPasswordUpdate;
|
|
||||||
use Alchemy\Phrasea\Notification\Mail\MailRequestEmailConfirmation;
|
|
||||||
use Alchemy\Phrasea\Notification\Mail\MailSuccessEmailConfirmationRegistered;
|
use Alchemy\Phrasea\Notification\Mail\MailSuccessEmailConfirmationRegistered;
|
||||||
use Alchemy\Phrasea\Notification\Mail\MailSuccessEmailConfirmationUnregistered;
|
use Alchemy\Phrasea\Notification\Mail\MailSuccessEmailConfirmationUnregistered;
|
||||||
use Alchemy\Phrasea\Authentication\Exception\RequireCaptchaException;
|
use Alchemy\Phrasea\Authentication\Exception\RequireCaptchaException;
|
||||||
@@ -59,7 +56,6 @@ use Alchemy\Phrasea\Form\Login\PhraseaForgotPasswordForm;
|
|||||||
use Alchemy\Phrasea\Form\Login\PhraseaRecoverPasswordForm;
|
use Alchemy\Phrasea\Form\Login\PhraseaRecoverPasswordForm;
|
||||||
use Alchemy\Phrasea\Form\Login\PhraseaRegisterForm;
|
use Alchemy\Phrasea\Form\Login\PhraseaRegisterForm;
|
||||||
use Doctrine\ORM\EntityManagerInterface;
|
use Doctrine\ORM\EntityManagerInterface;
|
||||||
use igorw;
|
|
||||||
use Neutron\ReCaptcha\ReCaptcha;
|
use Neutron\ReCaptcha\ReCaptcha;
|
||||||
use RandomLib\Generator;
|
use RandomLib\Generator;
|
||||||
use Symfony\Component\HttpFoundation\Cookie;
|
use Symfony\Component\HttpFoundation\Cookie;
|
||||||
|
@@ -23,7 +23,6 @@ use Alchemy\Phrasea\Status\StatusStructure;
|
|||||||
use Alchemy\Phrasea\Status\StatusStructureFactory;
|
use Alchemy\Phrasea\Status\StatusStructureFactory;
|
||||||
use Doctrine\DBAL\Connection;
|
use Doctrine\DBAL\Connection;
|
||||||
use Doctrine\DBAL\Driver\Statement;
|
use Doctrine\DBAL\Driver\Statement;
|
||||||
use Symfony\Component\Filesystem\Filesystem;
|
|
||||||
use Symfony\Component\HttpFoundation\File\File;
|
use Symfony\Component\HttpFoundation\File\File;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
use Symfony\Component\Translation\TranslatorInterface;
|
use Symfony\Component\Translation\TranslatorInterface;
|
||||||
|
Reference in New Issue
Block a user