mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-25 17:41:25 +02:00
[ticket/12715] Cleanup comments in \phpbb\avatar\driver\*
PHPBB3-12715
This commit is contained in:
@@ -19,7 +19,7 @@ namespace phpbb\avatar\driver;
|
||||
class local extends \phpbb\avatar\driver\driver
|
||||
{
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function get_data($row)
|
||||
{
|
||||
@@ -31,7 +31,7 @@ class local extends \phpbb\avatar\driver\driver
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function prepare_form($request, $template, $user, $row, &$error)
|
||||
{
|
||||
@@ -99,7 +99,7 @@ class local extends \phpbb\avatar\driver\driver
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function prepare_form_acp($user)
|
||||
{
|
||||
@@ -109,7 +109,7 @@ class local extends \phpbb\avatar\driver\driver
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function process_form($request, $template, $user, $row, &$error)
|
||||
{
|
||||
@@ -138,7 +138,7 @@ class local extends \phpbb\avatar\driver\driver
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function get_template_name()
|
||||
{
|
||||
|
Reference in New Issue
Block a user