| @@ -5,12 +5,9 @@ | ||
| 5 | 5 | use Doctrine\Common\Collections\ArrayCollection; | 
| 6 | 6 | use Doctrine\ORM\Mapping as ORM; | 
| 7 | 7 | use Doctrine\ORM\Mapping\HasLifecycleCallbacks; | 
| 8 | -use Doctrine\ORM\Mapping\PrePersist; | |
| 9 | -use Doctrine\ORM\Mapping\PreUpdate; | |
| 10 | 8 | use Zend\InputFilter\InputFilter; | 
| 11 | 9 | use Zend\InputFilter\Factory as InputFactory; | 
| 12 | 10 | use Zend\InputFilter\InputFilterAwareInterface; | 
| 13 | -use Zend\InputFilter\InputFilterInterface; | |
| 14 | 11 | |
| 15 | 12 | /** | 
| 16 | 13 | * @ORM\Entity @HasLifecycleCallbacks | 
| @@ -3,11 +3,7 @@ | ||
| 3 | 3 | namespace PlaygroundGame\Service; | 
| 4 | 4 | |
| 5 | 5 | use Zend\ServiceManager\ServiceManagerAwareInterface; | 
| 6 | -use Zend\ServiceManager\ServiceManager; | |
| 7 | -use DoctrineModule\Validator\NoObjectExists as NoObjectExistsValidator; | |
| 8 | 6 | use PlaygroundGame\Service\Game; | 
| 9 | -use Zend\Db\Sql\Sql; | |
| 10 | -use Zend\Db\Adapter\Adapter; | |
| 11 | 7 | |
| 12 | 8 | class Mission extends Game implements ServiceManagerAwareInterface | 
| 13 | 9 |  { | 
| @@ -178,7 +178,6 @@ | ||
| 178 | 178 | } | 
| 179 | 179 | |
| 180 | 180 | /** | 
| 181 | - * @param string $hint | |
| 182 | 181 | */ | 
| 183 | 182 | public function setJsonData($jsonData) | 
| 184 | 183 |      { | 
| @@ -271,7 +271,7 @@ discard block | ||
| 271 | 271 | } | 
| 272 | 272 | |
| 273 | 273 | /** | 
| 274 | - * @return the unknown_type | |
| 274 | + * @return string unknown_type | |
| 275 | 275 | */ | 
| 276 | 276 | public function getImage() | 
| 277 | 277 |      { | 
| @@ -307,7 +307,7 @@ discard block | ||
| 307 | 307 | } | 
| 308 | 308 | |
| 309 | 309 | /** | 
| 310 | - * @return boolean unknown_type | |
| 310 | + * @return integer unknown_type | |
| 311 | 311 | */ | 
| 312 | 312 | public function getAutoplay() | 
| 313 | 313 |      { | 
| @@ -351,7 +351,6 @@ discard block | ||
| 351 | 351 | } | 
| 352 | 352 | |
| 353 | 353 | /** | 
| 354 | - * @param string $hint | |
| 355 | 354 | */ | 
| 356 | 355 | public function setJsonData($jsonData) | 
| 357 | 356 |      { | 
| @@ -361,7 +360,7 @@ discard block | ||
| 361 | 360 | } | 
| 362 | 361 | |
| 363 | 362 | /** | 
| 364 | - * @return boolean unknown_type | |
| 363 | + * @return integer unknown_type | |
| 365 | 364 | */ | 
| 366 | 365 | public function getTimer() | 
| 367 | 366 |      { | 
| @@ -126,7 +126,7 @@ discard block | ||
| 126 | 126 | } | 
| 127 | 127 | |
| 128 | 128 | /** | 
| 129 | - * @return the unknown_type | |
| 129 | + * @return integer unknown_type | |
| 130 | 130 | */ | 
| 131 | 131 | public function getOccurrenceNumber() | 
| 132 | 132 |      { | 
| @@ -143,7 +143,7 @@ discard block | ||
| 143 | 143 | return $this; | 
| 144 | 144 | } | 
| 145 | 145 | /** | 
| 146 | - * @return the unknown_type | |
| 146 | + * @return integer unknown_type | |
| 147 | 147 | */ | 
| 148 | 148 | public function getWinningOccurrenceNumber() | 
| 149 | 149 |      { |