1
0
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:
Toby Zerner
2016-04-08 13:52:50 +09:30
parent c9112624c0
commit e11401b551
3 changed files with 4 additions and 4 deletions

View File

@@ -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)
{