This commit is contained in:
Ruben 2016-09-01 17:16:17 +01:00
parent 3a90f85f59
commit 2c20a122d2
2 changed files with 3 additions and 2 deletions

View file

@ -43,8 +43,8 @@ class Game
private $hits;
/**
* @ORM\Column
* @var Total score
* @ORM\Column(type="float")
* @var float Total score
*/
private $score;

View file

@ -10,6 +10,7 @@ use Doctrine\Common\Collections\ArrayCollection;
* Users
*
* @ORM\Table(name="targets",uniqueConstraints={
* @ORM\UniqueConstraint(name="level_position", columns={"level_id", "position"})})
* })
* @ORM\Entity
*/