1
0
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:
Tristan Darricau
2014-06-14 21:33:26 +02:00
parent d7b9e33b94
commit 569ebd1592
5 changed files with 27 additions and 26 deletions

View File

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