mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
Remove redundant typing from DocBlocks
This commit is contained in:
committed by
HolgerHatGarKeineNode
parent
98a430c91c
commit
f1905d548d
@@ -9,8 +9,6 @@ class BasePolicy
|
||||
/**
|
||||
* Perform pre-authorization checks.
|
||||
*
|
||||
* @param \App\Models\User $user
|
||||
* @param string $ability
|
||||
* @return void|bool
|
||||
*/
|
||||
public function before(User $user, string $ability)
|
||||
|
||||
Reference in New Issue
Block a user