mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Fix return docblock
This commit is contained in:
@ -44,7 +44,7 @@ final class HigherOrderCallables
|
|||||||
*
|
*
|
||||||
* @param callable|TValue $value
|
* @param callable|TValue $value
|
||||||
*
|
*
|
||||||
* @return Expectation<TValue>
|
* @return Expectation<(callable(): mixed)|TValue>
|
||||||
*/
|
*/
|
||||||
public function and(mixed $value)
|
public function and(mixed $value)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user