diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-10-30 13:37:29 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-10-30 13:37:29 +0100 |
commit | ef1f99183796f8e246f96bca54ca439bf8ea1750 (patch) | |
tree | 0b27c61c441bbe2bc85028a4d0de2d4da8196e9b /phpBB/includes/captcha/captcha_gd_wave.php | |
parent | 7aa8f6461f1e85cf91931f56b95384e54fec07c2 (diff) | |
download | forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.tar forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.tar.gz forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.tar.bz2 forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.tar.xz forums-ef1f99183796f8e246f96bca54ca439bf8ea1750.zip |
[task/code-sniffer] Replace spaces with tabs.
PHPBB3-11980
Diffstat (limited to 'phpBB/includes/captcha/captcha_gd_wave.php')
-rw-r--r-- | phpBB/includes/captcha/captcha_gd_wave.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/captcha/captcha_gd_wave.php b/phpBB/includes/captcha/captcha_gd_wave.php index a61324d120..185352dd4e 100644 --- a/phpBB/includes/captcha/captcha_gd_wave.php +++ b/phpBB/includes/captcha/captcha_gd_wave.php @@ -86,7 +86,7 @@ class captcha $fontcolors[0] = imagecolorallocate($img, mt_rand(0, 120), mt_rand(0, 120), mt_rand(0, 120)); - $colors = array(); + $colors = array(); $minr = mt_rand(20, 30); $ming = mt_rand(20, 30); |