This commit is contained in:
luke
2021-06-18 22:03:51 +01:00
parent 99bcf98617
commit 3a20696da4
4 changed files with 3 additions and 5 deletions

View File

@ -60,6 +60,7 @@ final class Expectation
* Creates a new expectation.
*
* @param TValue $value
*
* @return Expectation<TValue>
*/
public function and($value): Expectation