From f280e0fa431c9790efa1bd8d4bc3454ef3af7ce5 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sun, 10 Nov 2024 22:21:42 +0100 Subject: [PATCH] Fix repeated word "the" in code comment --- src/Support/ReflectionClosure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Support/ReflectionClosure.php b/src/Support/ReflectionClosure.php index e489996b..e9296002 100644 --- a/src/Support/ReflectionClosure.php +++ b/src/Support/ReflectionClosure.php @@ -806,7 +806,7 @@ public function isScopeRequired() } /** - * The the hash of the current file name. + * The hash of the current file name. * * @return string */