From 423e9c4ac017fbf833cfb008b82b4c7ff3a6f9d0 Mon Sep 17 00:00:00 2001 From: DSR! Date: Mon, 15 Apr 2019 01:27:41 -0300 Subject: [ticket/16015] Fix core.ucp_profile_avatar_upload_validation docblock PHPBB3-16015 --- phpBB/phpbb/avatar/driver/remote.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/phpbb/avatar') 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'); -- cgit v1.2.1