Merge pull request #1044 from nhrrs/fix-typo

Fix typo in `toBeClass`
This commit is contained in:
Nuno Maduro
2023-12-23 02:03:57 +00:00
committed by GitHub

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 public function toBeClass(): ArchExpectation
{ {