Completed
Push — develop ( f8b904...18781a )
by greg
02:53
created
src/Service/Memory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/View/Helper/GamesWidget.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/View/Helper/GamesWidgetFactory.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,9 +8,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/View/Helper/NextGamesWidget.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
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')
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/View/Helper/NextGamesWidgetFactory.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,9 +8,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Service/Game.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -19,11 +19,7 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Service/PostVote.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Controller/Admin/InstantWinController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -8,9 +8,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Service/InstantWin.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -5,11 +5,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.