From a2741b4dd8e018fabf124e4179c8e3292eb1708e Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sat, 5 Jun 2021 09:06:47 +0000 Subject: [PATCH] Automated formatting changes --- Controller/BackendController.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 94fa3ba..a869148 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -698,7 +698,7 @@ final class BackendController extends Controller for ($j = 1; $j < 11; ++$j) { $annualCustomersRep['Rep ' . $i][] = [ 'customers' => (int) (\mt_rand(200, 400) / 12), - 'year' => 2020 - 10 + $j, + 'year' => 2020 - 10 + $j, ]; } } @@ -708,7 +708,7 @@ final class BackendController extends Controller ///// $currentCustomersCountry = []; for ($i = 1; $i < 51; ++$i) { - $country = ISO3166NameEnum::getRandom(); + $country = ISO3166NameEnum::getRandom(); $currentCustomersCountry[\substr($country, 0, 20)] = [ 'customers' => (int) (\mt_rand(200, 400) / 12), ]; @@ -727,9 +727,9 @@ final class BackendController extends Controller for ($j = 1; $j < 11; ++$j) { $annualCustomersCountry[\substr($countryName, 0, 20)][] = [ 'customers' => (int) (\mt_rand(200, 400) / 12), - 'year' => 2020 - 10 + $j, - 'name' => $countryName, - 'code' => $countryCode, + 'year' => 2020 - 10 + $j, + 'name' => $countryName, + 'code' => $countryCode, ]; } }