From c237337cd2e4d44618e7ad916a6bdcf41b21f390 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 10 Aug 2016 18:22:28 +0200 Subject: [PATCH] some minor whitespace improvements detected by scrutinizer --- lib/Vizhash16x16.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Vizhash16x16.php b/lib/Vizhash16x16.php index 8428975a..6c1b615c 100644 --- a/lib/Vizhash16x16.php +++ b/lib/Vizhash16x16.php @@ -85,7 +85,7 @@ class Vizhash16x16 return ''; } - $textlen=strlen($text); + $textlen = strlen($text); // We convert the hash into an array of integers. $this->VALUES = array(); @@ -224,7 +224,7 @@ class Vizhash16x16 ImageFilledEllipse($image, $this->getX(), $this->getY(), $this->getX(), $this->getY(), $color); break; case 3: - $points = array($this->getX(), $this->getY(), $this->getX(), $this->getY(), $this->getX(), $this->getY(),$this->getX(), $this->getY()); + $points = array($this->getX(), $this->getY(), $this->getX(), $this->getY(), $this->getX(), $this->getY(), $this->getX(), $this->getY()); ImageFilledPolygon($image, $points, 4, $color); break; default: