mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-08 05:07:57 +00:00
Code optimation by PHP-Code Sniffer
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
namespace tests\unit\Entity\Source\Complex;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Infinito\Entity\Source\Complex\PersonIdentitySourceInterface;
|
||||
use Infinito\Entity\Source\Complex\PersonIdentitySource;
|
||||
use Infinito\Entity\Source\Complex\FullPersonNameSourceInterface;
|
||||
use Infinito\Entity\Source\Complex\PersonIdentitySource;
|
||||
use Infinito\Entity\Source\Complex\PersonIdentitySourceInterface;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class PersonIdentitySourceTest extends TestCase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user