Left hint

This commit is contained in:
Kevin Frantz 2018-07-14 11:00:23 +02:00
parent 40e1624d9d
commit 0d8639cedb

View File

@ -14,7 +14,7 @@ final class User implements UserInterface
private $name; private $name;
/** /**
* Unique identifier in database * Unique identifier in database (Id would be better but to much overhead for this example)
* @var string * @var string
*/ */
private $email; private $email;