Updated comments.

This commit is contained in:
Ash Allen
2023-08-01 13:09:53 +01:00
parent 4de70da0a0
commit 2e352c0084
2 changed files with 3 additions and 3 deletions

View File

@ -289,7 +289,7 @@ final class OppositeExpectation
}
/**
* Not supported.
* Asserts that the given expectation target to not have the given prefix.
*/
public function toHavePrefix(string $prefix): ArchExpectation
{
@ -302,7 +302,7 @@ final class OppositeExpectation
}
/**
* Not supported.
* Asserts that the given expectation target to not have the given suffix.
*/
public function toHaveSuffix(string $suffix): ArchExpectation
{