Completed
Pull Request — master (#4)
by
unknown
04:10 queued 01:15
created
src/Middleware/ApiMiddleware.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,11 +7,8 @@
 block discarded – undo
7 7
 use Cake\Core\Configure;
8 8
 use Cake\Http\RequestTransformer;
9 9
 use Cake\Http\ResponseTransformer;
10
-use Cake\Routing\Exception\RedirectException;
11
-use Cake\Routing\Router;
12 10
 use Psr\Http\Message\ResponseInterface;
13 11
 use Psr\Http\Message\ServerRequestInterface;
14
-use Zend\Diactoros\Response\RedirectResponse;
15 12
 
16 13
 /**
17 14
  * Applies routing rules to the request and creates the controller
Please login to merge, or discard this patch.
tests/App/Service/Action/ArticlesTagAction.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,8 +52,8 @@
 block discarded – undo
52 52
     /**
53 53
      * Execute action.
54 54
      *
55
-     * @param int $tagIg the tag id
56
-     * @return mixed
55
+     * @param int $tagId the tag id
56
+     * @return boolean
57 57
      */
58 58
     public function action($tagId)
59 59
     {
Please login to merge, or discard this patch.