Completed
Push — master ( 233a9a...c4e422 )
by Arnold
02:36
created
src/Auth.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,6 @@
 block discarded – undo
171 171
     /**
172 172
      * Create auth middleware interface for access control.
173 173
      *
174
-     * @param Authz    $auth
175 174
      * @param callable $getRequiredRole
176 175
      * @return Middleware
177 176
      */
Please login to merge, or discard this patch.
src/Auth/Middleware.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
     /**
44 44
      * Check if the current user has one of the roles
45 45
      * 
46
-     * @param array|string|boolean $roles
47 46
      * @return
48 47
      */
49 48
     protected function hasRole($requiredRole)
Please login to merge, or discard this patch.