fix: correct comment message in OppositeExpectation

This commit is contained in:
Thai Nguyen Hung
2023-09-06 08:34:48 +07:00
parent cc6c5bf199
commit c9e919dd40

View File

@ -185,7 +185,7 @@ final class OppositeExpectation
}
/**
* Asserts that the given expectation targets is an class.
* Asserts that the given expectation targets is not class.
*/
public function toBeClass(): ArchExpectation
{
@ -227,7 +227,7 @@ final class OppositeExpectation
}
/**
* Asserts that the given expectation target to be subclass of the given class.
* Asserts that the given expectation target to be not subclass of the given class.
*
* @param class-string $class
*/