mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-14 03:28:41 +00:00
Automated formatting changes (NO_CI)
This commit is contained in:
parent
a7395a0312
commit
4b4bacafc4
|
|
@ -22,9 +22,9 @@ use phpOMS\Utils\RnG\Email;
|
||||||
use phpOMS\Utils\RnG\Text;
|
use phpOMS\Utils\RnG\Text;
|
||||||
|
|
||||||
class Helper {
|
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;
|
$LOREM_COUNT = \count($LOREM) - 1;
|
||||||
|
|
||||||
for ($i = 0; $i < $n; ++$i) {
|
for ($i = 0; $i < $n; ++$i) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user