Skip to content

Commit

Permalink
improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPurvis committed Oct 18, 2024
1 parent ed2563b commit 5e82106
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Expectations/Profanity.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ function (ObjectDescription $object) use (&$foundWords, $excluding, $including,

$words = array_diff($words, $excluding);

dd($words);

$fileContents = (string) file_get_contents($object->path);

foreach ($toleratedWords as $toleratedWord) {
Expand Down

0 comments on commit 5e82106

Please sign in to comment.