From 239820a5101f832e5020593ef8ba87cbd00d96e3 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 14 May 2023 20:52:12 +0200 Subject: [PATCH] cosmetic --- src/CleanerParent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CleanerParent.php b/src/CleanerParent.php index cc0f153..de5724c 100644 --- a/src/CleanerParent.php +++ b/src/CleanerParent.php @@ -63,7 +63,7 @@ abstract class CleanerParent abstract public function distributed(): array; /** - * Get all values from the cleaner. + * Get all possible ns values from the cleaner. * * @return array The values. */