1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

[ticket/16955] Clean up avatar classes

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-27 16:22:34 +01:00
parent ba3a1389e6
commit 5756d4dd9b
3 changed files with 6 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ interface driver_interface
* an array that will be passed to vsprintf() with the language key in
* the first array key.
*
* @return array Array containing the avatar data as follows:
* @return array|false Array containing the avatar data as follows or false if processing failed:
* ['avatar'], ['avatar_width'], ['avatar_height']
*/
public function process_form($request, $template, $user, $row, &$error);