[ticket/16015] Fix core.ucp_profile_avatar_upload_validation docblock

PHPBB3-16015
This commit is contained in:
DSR! 2019-04-15 01:27:41 -03:00
parent c631db62d5
commit 423e9c4ac0

View file

@ -90,10 +90,10 @@ class remote extends \phpbb\avatar\driver\driver
* Event to make custom validation of avatar upload * Event to make custom validation of avatar upload
* *
* @event core.ucp_profile_avatar_upload_validation * @event core.ucp_profile_avatar_upload_validation
* @var string $url Image url * @var string url Image url
* @var string $width Image width * @var string width Image width
* @var string $height Image height * @var string height Image height
* @var array $error Error message array * @var array error Error message array
* @since 3.2.6-RC1 * @since 3.2.6-RC1
*/ */
$vars = array('url', 'width', 'height', 'error'); $vars = array('url', 'width', 'height', 'error');