Completed
Push — master ( d7cf34...567a7f )
by Axel
10s
created
example/User.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     }
91 91
     
92 92
     /**
93
-     * @return bool
93
+     * @return string
94 94
      */
95 95
     public function getParentNationality()
96 96
     {
@@ -131,7 +131,6 @@  discard block
 block discarded – undo
131 131
     /**
132 132
      * Return a specific visa
133 133
      *
134
-     * @param Visa $visa
135 134
      *
136 135
      * @return mixed|null
137 136
      */
Please login to merge, or discard this patch.
src/AbacFactory.php 1 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 PhpAbac\Configuration\ConfigurationInterface;
6 6
 use PhpAbac\Configuration\Configuration;
7
-
8 7
 use PhpAbac\Manager\PolicyRuleManager;
9 8
 use PhpAbac\Manager\PolicyRuleManagerInterface;
10 9
 use PhpAbac\Manager\AttributeManager;
Please login to merge, or discard this patch.