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,15 +2,15 @@
namespace tests\Unit\Domain\Request\Entity;
use PHPUnit\Framework\TestCase;
use Infinito\Domain\Request\Entity\RequestedEntityInterface;
use Infinito\Domain\Request\Entity\LazyRequestedEntity;
use Infinito\Domain\Repository\LayerRepositoryFactoryServiceInterface;
use Infinito\Repository\RepositoryInterface;
use Infinito\Entity\Source\PureSource;
use Infinito\Repository\Source\SourceRepositoryInterface;
use Infinito\DBAL\Types\Meta\Right\LayerType;
use Infinito\Domain\Repository\LayerRepositoryFactoryServiceInterface;
use Infinito\Domain\Request\Entity\LazyRequestedEntity;
use Infinito\Domain\Request\Entity\RequestedEntityInterface;
use Infinito\Domain\Request\Right\RequestedRightInterface;
use Infinito\Entity\Source\PureSource;
use Infinito\Repository\RepositoryInterface;
use Infinito\Repository\Source\SourceRepositoryInterface;
use PHPUnit\Framework\TestCase;
class LazyRequestedEntityTest extends TestCase
{

View File

@@ -2,18 +2,18 @@
namespace tests\Unit\Domain\Request\Entity;
use PHPUnit\Framework\TestCase;
use Infinito\Domain\Request\Entity\RequestedEntity;
use Infinito\Domain\Repository\LayerRepositoryFactoryServiceInterface;
use Infinito\Domain\Request\Right\RequestedRightInterface;
use Infinito\DBAL\Types\Meta\Right\LayerType;
use Infinito\Repository\RepositoryInterface;
use Infinito\Domain\Repository\LayerRepositoryFactoryServiceInterface;
use Infinito\Domain\Request\Entity\RequestedEntity;
use Infinito\Domain\Request\Right\RequestedRightInterface;
use Infinito\Entity\EntityInterface;
use Infinito\Entity\Source\AbstractSource;
use Infinito\Exception\Attribut\AllreadyDefinedAttributException;
use Infinito\Exception\Attribut\UndefinedAttributException;
use Infinito\Exception\Core\NoIdentityCoreException;
use Infinito\Exception\Attribut\AllreadyDefinedAttributException;
use Infinito\Exception\Core\NotCorrectInstanceCoreException;
use Infinito\Repository\RepositoryInterface;
use PHPUnit\Framework\TestCase;
/**
* @author kevinfrantz