From b8c10713c807a9332c8c8213549442e631919d55 Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 10 Jun 2021 21:55:46 +0100 Subject: [PATCH] Removes erroneous wording --- src/HigherOrderExpectation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HigherOrderExpectation.php b/src/HigherOrderExpectation.php index d4c6912..831fd64 100644 --- a/src/HigherOrderExpectation.php +++ b/src/HigherOrderExpectation.php @@ -90,7 +90,7 @@ public function not(): HigherOrderExpectation } /** - * Dynamically calls methods on the class with the given arguments on each item. + * Dynamically calls methods on the class with the given arguments. * * @param array $arguments */