mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11301] Guidelines: Add spaces in front and after the / operator.
PHPBB3-11301
This commit is contained in:
parent
24befac7b4
commit
41a07eedeb
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ class captcha
|
|||
$new_line = '';
|
||||
|
||||
$end = strlen($scanline) - ceil($width/2);
|
||||
for ($i = (int) floor($width/2); $i < $end; $i++)
|
||||
for ($i = (int) floor($width / 2); $i < $end; $i++)
|
||||
{
|
||||
$pixel = ord($scanline{$i});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue