From 5e8210658b788705f6923232be7b2f7e305c89b6 Mon Sep 17 00:00:00 2001 From: JonPurvis Date: Fri, 18 Oct 2024 20:18:19 +0100 Subject: [PATCH] improve error message --- src/Expectations/Profanity.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Expectations/Profanity.php b/src/Expectations/Profanity.php index b3eb547..a36c857 100644 --- a/src/Expectations/Profanity.php +++ b/src/Expectations/Profanity.php @@ -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) {