Completed
Push — master ( 305ef1...8817b5 )
by Alexander
09:15
created
src/AtBase/Mvc/Controller/Plugin/BackTo.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace AtBase\Mvc\Controller\Plugin;
4 4
 
5
-use Zend\Mvc\Controller\Plugin\AbstractPlugin;
5
+use Zend\Mvc\Controller\Plugin\AbstractPlugin;
6 6
 use Zend\Session\Container;
7 7
 
8 8
 class BackTo extends AbstractPlugin
Please login to merge, or discard this patch.
src/AtBase/View/Helper/QueryParams.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 {
9 9
     /**
10 10
      * @param array $params
11
-     * @param bool $reset
12 11
      * @return string
13 12
      */
14 13
     public function __invoke($params = array(), $reuseMatchedParams = true, $resetCurrentParams = false)
Please login to merge, or discard this patch.