mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-04 19:27:57 +00: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