mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-05 19:58:02 +00:00
Code optimation by PHP-Code Sniffer
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
namespace tests\Unit\Domain\Source;
|
||||
|
||||
use Infinito\Domain\Source\SourceClassInformationServiceInterface;
|
||||
use Infinito\Domain\Source\SourceClassInformationService;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Infinito\Entity\Source\PureSource;
|
||||
use Infinito\Domain\Source\SourceClassInformationServiceInterface;
|
||||
use Infinito\Entity\Source\Complex\AbstractComplexSource;
|
||||
use Infinito\Entity\Source\PureSource;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
||||
Reference in New Issue
Block a user