Skip to content

Commit

Permalink
fix(str): refactoring str classes
Browse files Browse the repository at this point in the history
  • Loading branch information
papac committed Dec 20, 2024
1 parent 728d1e0 commit 5673a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/Str.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ public static function words(string $words, int $len): string
if (!isset($wordParts[$i])) {
break;
}

$sentence .= ' ' . $wordParts[$i];
}

Expand Down

0 comments on commit 5673a7f

Please sign in to comment.