From b9b90295faec99c228c2b3e8d8365d0e0c0cd687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Gu=C3=A9net?= <36139526+ludoguenet@users.noreply.github.com> Date: Fri, 1 Sep 2023 18:39:37 +0200 Subject: [PATCH] Update Expectation.php Typo --- src/Expectation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Expectation.php b/src/Expectation.php index 0109d41e..9b14f73f 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -502,7 +502,7 @@ final class Expectation } /** - * Asserts that the given expectation target have a specific method. + * Asserts that the given expectation target has a specific method. */ public function toHaveMethod(string $method): ArchExpectation {