mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Reformated code
This commit is contained in:
@@ -49,7 +49,8 @@ class EntityDomServiceTest extends TestCase
|
||||
public function testNotCorrectInstanceException(): void
|
||||
{
|
||||
$entity = new class() implements EntityInterface {
|
||||
use VersionAttribut,IdAttribut;
|
||||
use VersionAttribut;
|
||||
use IdAttribut;
|
||||
private $test;
|
||||
|
||||
public function setTest($test): void
|
||||
|
Reference in New Issue
Block a user