Completed
Push — develop ( 894c58...40c6b6 )
by greg
02:56
created
src/View/Helper/NextGameWidget.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 NextGameWidget extends AbstractHelper
9 8
 {
Please login to merge, or discard this patch.
src/View/Helper/NextGameWidgetFactory.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 NextGameWidget
14 12
      */
15 13
     public function __invoke(ContainerInterface $container)
16 14
     {
Please login to merge, or discard this patch.