Completed
Push — master ( ed2c1f...593f3a )
by Lars
25:04 queued 10:01
created
src/SimpleAcl/Resource/ResourceAggregate.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
   /**
56 56
    * Return all resources.
57 57
    *
58
-   * @return array|Resource[]
58
+   * @return \SimpleAcl\Object[]
59 59
    */
60 60
   public function getResources()
61 61
   {
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
    *
78 78
    * @param $resourceName
79 79
    *
80
-   * @return null|Resource
80
+   * @return \SimpleAcl\Object|null
81 81
    */
82 82
   public function getResource($resourceName)
83 83
   {
Please login to merge, or discard this patch.
src/SimpleAcl/Role/RoleAggregate.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
    *
78 78
    * @param $roleName
79 79
    *
80
-   * @return null|Role
80
+   * @return \SimpleAcl\Object|null
81 81
    */
82 82
   public function getRole($roleName)
83 83
   {
Please login to merge, or discard this patch.
src/SimpleAcl/Rule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@
 block discarded – undo
188 188
    * Check owing Role & Resource (and their children) and match its with $roleName & $resourceName;
189 189
    * if match was found depending on action allow or deny access to $resourceName for $roleName.
190 190
    *
191
-   * @param        $needRuleName
191
+   * @param        string $needRuleName
192 192
    * @param string $needRoleName
193 193
    * @param string $needResourceName
194 194
    *
Please login to merge, or discard this patch.