Fix typo in toBeClass

This commit is contained in:
Nick Harris
2023-12-23 00:36:41 +00:00
parent 8f738f5d49
commit e27d2e7394

View File

@ -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
{