mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
[ticket/16015] Fix core.ucp_profile_avatar_upload_validation docblock
PHPBB3-16015
This commit is contained in:
@@ -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');
|
||||||
|
Reference in New Issue
Block a user