From 4b4bacafc476feba61c6ef460d39ed89f8b3cb07 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Mon, 25 Sep 2023 20:01:13 +0000 Subject: [PATCH] Automated formatting changes (NO_CI) --- tests/Helper.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Helper.php b/tests/Helper.php index 80dce9d..e3f0d68 100644 --- a/tests/Helper.php +++ b/tests/Helper.php @@ -22,9 +22,9 @@ use phpOMS\Utils\RnG\Email; use phpOMS\Utils\RnG\Text; class Helper { - public static function createAccounts(int $n = 10) + public static function createAccounts(int $n = 10) : void { - $LOREM = \array_slice(Text::LOREM_IPSUM, 0, 25); + $LOREM = \array_slice(Text::LOREM_IPSUM, 0, 25); $LOREM_COUNT = \count($LOREM) - 1; for ($i = 0; $i < $n; ++$i) { @@ -42,4 +42,4 @@ class Helper { AccountMapper::create()->execute($account); } } -} \ No newline at end of file +}