@@ -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 | */ |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | * __invoke |
| 22 | 22 | * |
| 23 | 23 | * @access public |
| 24 | - * @param array $options array of options |
|
| 25 | 24 | * @return string |
| 26 | 25 | */ |
| 27 | 26 | public function __invoke($displayHome = null, $classType = '', $order = '', $dir = 'DESC', $nbItems = 5) |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace PlaygroundGame\View\Helper; |
| 4 | 4 | |
| 5 | 5 | use Zend\View\Helper\AbstractHelper; |
| 6 | -use Interop\Container\ContainerInterface; |
|
| 7 | 6 | |
| 8 | 7 | class GamesWidget extends AbstractHelper |
| 9 | 8 | { |
@@ -8,9 +8,7 @@ |
||
| 8 | 8 | { |
| 9 | 9 | /** |
| 10 | 10 | * @param ContainerInterface $container |
| 11 | - * @param string $requestedName |
|
| 12 | - * @param array|null $options |
|
| 13 | - * @return mixed |
|
| 11 | + * @return GamesWidget |
|
| 14 | 12 | */ |
| 15 | 13 | public function __invoke(ContainerInterface $container) |
| 16 | 14 | { |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | * __invoke |
| 22 | 22 | * |
| 23 | 23 | * @access public |
| 24 | - * @param array $options array of options |
|
| 25 | 24 | * @return string |
| 26 | 25 | */ |
| 27 | 26 | public function __invoke($dateStart = null, $dateEnd = null, $classType = null, $cost = null, $order = null, $dir = 'DESC') |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace PlaygroundGame\View\Helper; |
| 4 | 4 | |
| 5 | 5 | use Zend\View\Helper\AbstractHelper; |
| 6 | -use Interop\Container\ContainerInterface; |
|
| 7 | 6 | |
| 8 | 7 | class NextGamesWidget extends AbstractHelper |
| 9 | 8 | { |
@@ -8,9 +8,7 @@ |
||
| 8 | 8 | { |
| 9 | 9 | /** |
| 10 | 10 | * @param ContainerInterface $container |
| 11 | - * @param string $requestedName |
|
| 12 | - * @param array|null $options |
|
| 13 | - * @return mixed |
|
| 11 | + * @return NextGamesWidget |
|
| 14 | 12 | */ |
| 15 | 13 | public function __invoke(ContainerInterface $container) |
| 16 | 14 | { |
@@ -19,11 +19,7 @@ |
||
| 19 | 19 | use Zend\ServiceManager\ServiceLocatorInterface; |
| 20 | 20 | use ZfcDatagrid\Column; |
| 21 | 21 | use ZfcDatagrid\Action; |
| 22 | -use ZfcDatagrid\Column\Formatter; |
|
| 23 | 22 | use ZfcDatagrid\Column\Type; |
| 24 | -use ZfcDatagrid\Column\Style; |
|
| 25 | -use ZfcDatagrid\Filter; |
|
| 26 | -use Doctrine\ORM\Query\Expr; |
|
| 27 | 23 | |
| 28 | 24 | class Game |
| 29 | 25 | { |
@@ -7,8 +7,6 @@ |
||
| 7 | 7 | use ZfcDatagrid\Action; |
| 8 | 8 | use ZfcDatagrid\Column\Formatter; |
| 9 | 9 | use ZfcDatagrid\Column\Type; |
| 10 | -use ZfcDatagrid\Column\Style; |
|
| 11 | -use ZfcDatagrid\Filter; |
|
| 12 | 10 | use Doctrine\ORM\Query\Expr; |
| 13 | 11 | |
| 14 | 12 | class PostVote extends Game |
@@ -8,9 +8,6 @@ |
||
| 8 | 8 | use Zend\Validator; |
| 9 | 9 | use PlaygroundGame\Controller\Admin\GameController; |
| 10 | 10 | use Zend\View\Model\ViewModel; |
| 11 | -use Zend\Paginator\Paginator; |
|
| 12 | -use PlaygroundCore\ORM\Pagination\LargeTablePaginator; |
|
| 13 | -use DoctrineORMModule\Paginator\Adapter\DoctrinePaginator as DoctrineAdapter; |
|
| 14 | 11 | |
| 15 | 12 | class InstantWinController extends GameController |
| 16 | 13 | { |
@@ -5,11 +5,6 @@ |
||
| 5 | 5 | use Zend\Stdlib\ErrorHandler; |
| 6 | 6 | use ZfcDatagrid\Column; |
| 7 | 7 | use ZfcDatagrid\Action; |
| 8 | -use ZfcDatagrid\Column\Formatter; |
|
| 9 | -use ZfcDatagrid\Column\Type; |
|
| 10 | -use ZfcDatagrid\Column\Style; |
|
| 11 | -use ZfcDatagrid\Filter; |
|
| 12 | -use Doctrine\ORM\Query\Expr; |
|
| 13 | 8 | |
| 14 | 9 | class InstantWin extends Game |
| 15 | 10 | { |