Completed
Push — master ( 01dd26...adcd8e )
by ARCANEDEV
02:12
created
src/Bases/Policy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      * @param  \Arcanesoft\Contracts\Auth\Models\User  $user
19 19
      * @param  mixed                                   $ability
20 20
      *
21
-     * @return bool
21
+     * @return boolean|null
22 22
      */
23 23
     public function before(User $user, $ability)
24 24
     {
Please login to merge, or discard this patch.