Passed
Push — main ( 37b461...119b4d )
by Mikael
04:06
created
src/ContentMarkdown/ContentMarkdownController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      *
22 22
      * @param array $args as a variadic to catch all arguments.
23 23
      *
24
-     * @return mixed as null when flat file is not found and otherwise a
24
+     * @return boolean as null when flat file is not found and otherwise a
25 25
      *               complete response object with content to render.
26 26
      *
27 27
      * @SuppressWarnings(PHPMD.UnusedFormalParameter)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Anax\Commons\ContainerInjectableInterface;
6 6
 use Anax\Commons\ContainerInjectableTrait;
7
-use Anax\Route\Exception\NotFoundException;
8 7
 
9 8
 /**
10 9
  * A controller for flat file markdown content.
Please login to merge, or discard this patch.