Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa authored and github-actions[bot] committed Aug 11, 2023
1 parent 0634b2a commit f0bf592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checks/Content/TooLongSentenceCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private function separateSentencesByDot(array $sentences): array
{
$newSentences = [];

foreach ($sentences as $sentence) {
foreach ($sentences as $sentence) {
$sentence = explode('.', $sentence);
$newSentences = array_merge($newSentences, $sentence);
}
Expand Down

0 comments on commit f0bf592

Please sign in to comment.