Beispiel #1
0
 public static function identified(PlayerId $id)
 {
     return self::create($id, PlayerNameStub::random());
 }
 public static function identified($id)
 {
     return self::create($id, DateTimeStub::random(), PlayerNameStub::random()->value());
 }