aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/avatar/driver/remote.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/phpbb/avatar/driver/remote.php b/phpBB/phpbb/avatar/driver/remote.php
index a5d0cefe7a..736ec05e45 100644
--- a/phpBB/phpbb/avatar/driver/remote.php
+++ b/phpBB/phpbb/avatar/driver/remote.php
@@ -90,10 +90,10 @@ class remote extends \phpbb\avatar\driver\driver
* Event to make custom validation of avatar upload
*
* @event core.ucp_profile_avatar_upload_validation
- * @var string $url Image url
- * @var string $width Image width
- * @var string $height Image height
- * @var array $error Error message array
+ * @var string url Image url
+ * @var string width Image width
+ * @var string height Image height
+ * @var array error Error message array
* @since 3.2.6-RC1
*/
$vars = array('url', 'width', 'height', 'error');