Passed
Push — master ( 909e04...d472d0 )
by Mikael
03:08
created
src/Navigation/Navbar.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
      *
36 36
      * @param: string $url to check for.
37 37
      *
38
-     * @return boolean true if item is selected, else false.
38
+     * @return boolean|null true if item is selected, else false.
39 39
      */
40 40
     public function check($url)
41 41
     {
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
      *
52 52
      * @param: string $url where to create the url.
53 53
      *
54
-     * @return string as the url create.
54
+     * @return boolean as the url create.
55 55
      */
56 56
     public function isParent($parent)
57 57
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Anax\Navigation;
4 4
 
5
-use Anax\Commons\ContainerInjectableInterface;
6 5
 use Anax\Commons\ContainerInjectableTrait;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.