mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-20 10:18:54 +00:00
[ticket/16015] Fix core.ucp_profile_avatar_upload_validation docblock
PHPBB3-16015
This commit is contained in:
parent
c631db62d5
commit
423e9c4ac0
1 changed files with 4 additions and 4 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Reference in a new issue