Code optimation by PHP-Code Sniffer

This commit is contained in:
2020-04-02 21:13:35 +02:00
parent 725ca5b149
commit ac5a3f1d5a
314 changed files with 665 additions and 1688 deletions

View File

@@ -2,19 +2,19 @@
namespace Tests\Integration\Entity\Subscriber;
use Symfony\Component\Translation\Translator;
use Infinito\Domain\Fixture\FixtureSource\GuestUserFixtureSource;
use Infinito\Entity\User;
use Infinito\Event\Menu\MenuEvent;
use Symfony\Component\HttpFoundation\RequestStack;
use Symfony\Component\HttpFoundation\Request;
use Knp\Menu\MenuItem;
use Knp\Menu\MenuFactory;
use Infinito\Subscriber\UserMenuSubscriber;
use Knp\Menu\MenuFactory;
use Knp\Menu\MenuItem;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
use Symfony\Component\Security\Core\Role\Role;
use Infinito\Domain\Fixture\FixtureSource\GuestUserFixtureSource;
use Infinito\Entity\User;
use Symfony\Component\Translation\Translator;
/**
* @author kevinfrantz