Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and StyleCIBot committed Dec 19, 2020
1 parent cb61fcd commit 23019f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Faker/Provider/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public function realTextBetween($minNbChars = 160, $maxNbChars = 200, $indexSize

$words = $this->getConsecutiveWords($indexSize);
$iterations = 0;

do {
$iterations++;
if ($iterations >= 100) {
Expand Down

0 comments on commit 23019f8

Please sign in to comment.