mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Code optimation by PHP-Code Sniffer
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace tests\Integration\Domain\Parameter\Parameter;
|
||||
|
||||
use Infinito\Domain\Parameter\Parameter\VersionParameter;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
use Symfony\Component\Validator\Validator\ValidatorInterface;
|
||||
use Infinito\Domain\Parameter\Parameter\VersionParameter;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@@ -2,10 +2,10 @@
|
||||
|
||||
namespace tests\Integration\Domain\Parameter\Parameter;
|
||||
|
||||
use Infinito\DBAL\Types\ActionType;
|
||||
use Infinito\Domain\Parameter\Parameter\ViewParameter;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
use Symfony\Component\Validator\Validator\ValidatorInterface;
|
||||
use Infinito\Domain\Parameter\Parameter\ViewParameter;
|
||||
use Infinito\DBAL\Types\ActionType;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@@ -2,18 +2,18 @@
|
||||
|
||||
namespace tests\Integration\Domain\Parameter;
|
||||
|
||||
use Infinito\Domain\Parameter\Parameter\VersionParameter;
|
||||
use Infinito\Domain\Parameter\ParameterFactory;
|
||||
use Infinito\Domain\Parameter\ParameterFactoryInterface;
|
||||
use Infinito\Domain\Parameter\ValidGetParameterServiceInterface;
|
||||
use Infinito\Domain\Parameter\ValidGetParametersService;
|
||||
use Infinito\Exception\Collection\NotSetElementException;
|
||||
use Infinito\Exception\Core\NotImplementedCoreException;
|
||||
use Infinito\Exception\Validation\GetParameterInvalidException;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Symfony\Component\HttpFoundation\RequestStack;
|
||||
use Symfony\Component\Validator\Validator\ValidatorInterface;
|
||||
use Infinito\Domain\Parameter\ValidGetParameterServiceInterface;
|
||||
use Infinito\Domain\Parameter\Parameter\VersionParameter;
|
||||
use Infinito\Domain\Parameter\ParameterFactoryInterface;
|
||||
use Infinito\Exception\Validation\GetParameterInvalidException;
|
||||
use Infinito\Exception\Collection\NotSetElementException;
|
||||
use Infinito\Exception\Core\NotImplementedCoreException;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
Reference in New Issue
Block a user