Completed
Pull Request — master (#143)
by
unknown
02:35
created
application/packages/Web/Action/ContactUsAction.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      *
60 60
      * @throws \Exception
61 61
      *
62
-     * @return mixed
62
+     * @return HtmlResponse
63 63
      */
64 64
     public function __invoke(Request $request, Response $response, callable $next = null)
65 65
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use ContactUs\Service\ContactUsService;
6 6
 use Std\FilterException;
7 7
 use Zend\Diactoros\Response\HtmlResponse;
8
-use Zend\Diactoros\Response\JsonResponse;
9 8
 use Zend\Expressive\Router\RouterInterface;
10 9
 use Zend\Expressive\Template\TemplateRendererInterface as Template;
11 10
 use Psr\Http\Message\ResponseInterface as Response;
Please login to merge, or discard this patch.