From 23019f8faffd9a837f7e20f1d56a6108180cb894 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 19 Dec 2020 17:29:00 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Faker/Provider/Text.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Faker/Provider/Text.php b/src/Faker/Provider/Text.php index 71da89553f..bfa4f625bd 100644 --- a/src/Faker/Provider/Text.php +++ b/src/Faker/Provider/Text.php @@ -71,6 +71,7 @@ public function realTextBetween($minNbChars = 160, $maxNbChars = 200, $indexSize $words = $this->getConsecutiveWords($indexSize); $iterations = 0; + do { $iterations++; if ($iterations >= 100) {