mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Remove redundant typing from DocBlocks
This commit is contained in:
committed by
HolgerHatGarKeineNode
parent
98a430c91c
commit
f1905d548d
@@ -16,9 +16,6 @@ class CreateNewUser implements CreatesNewUsers
|
||||
|
||||
/**
|
||||
* Create a newly registered user.
|
||||
*
|
||||
* @param array $input
|
||||
* @return \App\Models\User
|
||||
*/
|
||||
public function create(array $input): User
|
||||
{
|
||||
@@ -45,9 +42,6 @@ class CreateNewUser implements CreatesNewUsers
|
||||
|
||||
/**
|
||||
* Create a personal team for the user.
|
||||
*
|
||||
* @param \App\Models\User $user
|
||||
* @return void
|
||||
*/
|
||||
protected function createTeam(User $user): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user