From e27d2e73945f9f465fe9b5dc88584c684193b71d Mon Sep 17 00:00:00 2001 From: Nick Harris <1072915+nhrrs@users.noreply.github.com> Date: Sat, 23 Dec 2023 00:36:41 +0000 Subject: [PATCH] Fix typo in toBeClass --- src/Expectation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Expectation.php b/src/Expectation.php index ae27c91b..4f524692 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -535,7 +535,7 @@ final class Expectation } /** - * Asserts that the given expectation targets is an class. + * Asserts that the given expectation target is a class. */ public function toBeClass(): ArchExpectation {