1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 08:13:14 +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 upload extends \phpbb\avatar\driver\driver
{
/**
* @inheritdoc
* {@inheritdoc}
*/
public function get_data($row, $ignore_config = false)
{
@@ -31,7 +31,7 @@ class upload extends \phpbb\avatar\driver\driver
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function prepare_form($request, $template, $user, $row, &$error)
{
@@ -49,7 +49,7 @@ class upload extends \phpbb\avatar\driver\driver
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function process_form($request, $template, $user, $row, &$error)
{
@@ -143,7 +143,7 @@ class upload extends \phpbb\avatar\driver\driver
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function prepare_form_acp($user)
{
@@ -155,7 +155,7 @@ class upload extends \phpbb\avatar\driver\driver
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function delete($row)
{
@@ -171,7 +171,7 @@ class upload extends \phpbb\avatar\driver\driver
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function get_template_name()
{