mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
Merge pull request #950 from hungthai1401/wrong_comment
[2.x] Correct some comment messages in `OppositeExpectation`
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user