Skip to content

Commit

Permalink
Merge branch 'flesch-reading-ease-score' of github.com:vormkracht10/l…
Browse files Browse the repository at this point in the history
…aravel-seo-scanner into flesch-reading-ease-score
  • Loading branch information
Baspa committed Aug 18, 2023
2 parents 3b7c246 + 76e6e72 commit eed5b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Checks/Content/FleschReadingEaseCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function validateContent(Response $response, Crawler $crawler): bool
$this->failureReason = __('failed.content.flesch_reading_ease', [
'actualValue' => $this->actualValue,
]);

return false;
}

Expand Down

0 comments on commit eed5b9f

Please sign in to comment.