mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 20:08:46 +08:00
Fix some random docblocks
This commit is contained in:
parent
c9112624c0
commit
e11401b551
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ class Guest extends User
|
|||
/**
|
||||
* Get the guest's group, containing only the 'guests' group model.
|
||||
*
|
||||
* @return \Flarum\Core\Models\Group
|
||||
* @return Group
|
||||
*/
|
||||
public function getGroupsAttribute()
|
||||
{
|
||||
|
|
|
@ -32,7 +32,7 @@ class ConfigureLocales
|
|||
/**
|
||||
* Load language pack resources from the given directory.
|
||||
*
|
||||
* @param $directory
|
||||
* @param string $directory
|
||||
*/
|
||||
public function loadLanguagePackFrom($directory)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user