mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Fix some random docblocks
This commit is contained in:
@@ -29,7 +29,7 @@ class EditUser
|
||||
public $actor;
|
||||
|
||||
/**
|
||||
* The attributes to update on the post.
|
||||
* The attributes to update on the user.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
@@ -38,7 +38,7 @@ class EditUser
|
||||
/**
|
||||
* @param int $userId The ID of the user to edit.
|
||||
* @param User $actor The user performing the action.
|
||||
* @param array $data The attributes to update on the post.
|
||||
* @param array $data The attributes to update on the user.
|
||||
*/
|
||||
public function __construct($userId, User $actor, array $data)
|
||||
{
|
||||
|
Reference in New Issue
Block a user