@@ -4,11 +4,7 @@ |
||
| 4 | 4 | use Doctrine\Common\Collections\ArrayCollection; |
| 5 | 5 | use Doctrine\ORM\Mapping as ORM; |
| 6 | 6 | use Doctrine\ORM\Mapping\HasLifecycleCallbacks; |
| 7 | -use Doctrine\ORM\Mapping\PrePersist; |
|
| 8 | -use Doctrine\ORM\Mapping\PreUpdate; |
|
| 9 | - |
|
| 10 | 7 | use PlaygroundGame\Entity\Game; |
| 11 | - |
|
| 12 | 8 | use Zend\InputFilter\InputFilter; |
| 13 | 9 | use Zend\InputFilter\InputFilterAwareInterface; |
| 14 | 10 | use Zend\InputFilter\InputFilterInterface; |
@@ -7,10 +7,8 @@ |
||
| 7 | 7 | use Doctrine\ORM\Mapping\HasLifecycleCallbacks; |
| 8 | 8 | use Doctrine\ORM\Mapping\PrePersist; |
| 9 | 9 | use Doctrine\ORM\Mapping\PreUpdate; |
| 10 | - |
|
| 11 | 10 | use Gedmo\Mapping\Annotation as Gedmo; |
| 12 | 11 | use Gedmo\Translatable\Translatable; |
| 13 | - |
|
| 14 | 12 | use Zend\InputFilter\Factory as InputFactory; |
| 15 | 13 | use Zend\InputFilter\InputFilter; |
| 16 | 14 | use Zend\InputFilter\InputFilterAwareInterface; |
@@ -111,7 +111,7 @@ |
||
| 111 | 111 | } |
| 112 | 112 | |
| 113 | 113 | /** |
| 114 | - * @param PlaygroundGame\Entity\Entry $entry |
|
| 114 | + * @param boolean $entry |
|
| 115 | 115 | */ |
| 116 | 116 | public function setEntry($entry) |
| 117 | 117 | { |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace PlaygroundGame\Entity; |
| 4 | 4 | |
| 5 | -use Doctrine\Common\Collections\ArrayCollection; |
|
| 6 | 5 | use Doctrine\ORM\Mapping as ORM; |
| 7 | 6 | use Doctrine\ORM\Mapping\HasLifecycleCallbacks; |
| 8 | 7 | use Doctrine\ORM\Mapping\PrePersist; |
@@ -130,7 +130,7 @@ |
||
| 130 | 130 | * |
| 131 | 131 | * @param ServiceManager $serviceManager |
| 132 | 132 | * |
| 133 | - * @return InstantWinOccurrence |
|
| 133 | + * @return MemoryCard |
|
| 134 | 134 | */ |
| 135 | 135 | public function setServiceManager(ServiceManager $serviceManager) |
| 136 | 136 | { |
@@ -162,7 +162,7 @@ |
||
| 162 | 162 | * @param \PlaygroundGame\Entity\Game $game |
| 163 | 163 | * @param \PlaygroundUser\Entity\User $user |
| 164 | 164 | * @param \PlaygroundUser\Entity\MemoryScore $score |
| 165 | - * @param \PlaygroundUser\Entity\Entry $entry |
|
| 165 | + * @param boolean $entry |
|
| 166 | 166 | * |
| 167 | 167 | * @return \PlaygroundUser\Entity\Entry $entry |
| 168 | 168 | */ |