mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Implemented test and interface for toString entity toString method
This commit is contained in:
@@ -10,4 +10,10 @@ use App\Entity\Attribut\IdAttributInterface;
|
||||
*/
|
||||
interface EntityInterface extends VersionAttributInterface, IdAttributInterface
|
||||
{
|
||||
/**
|
||||
* Allows easier debuging.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function __toString(): string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user