From 1a5fa10533b377ec0e90d83108c24456dfbe6daa Mon Sep 17 00:00:00 2001 From: kordum Date: Fri, 24 Oct 2025 11:54:11 +0300 Subject: [PATCH] fix: Improve annotations of PromiseInterface for psalm --- src/PromiseInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PromiseInterface.php b/src/PromiseInterface.php index 5a7e64d..9e6115e 100644 --- a/src/PromiseInterface.php +++ b/src/PromiseInterface.php @@ -8,6 +8,7 @@ * @note This is a stub interface for better IDE support. * * @yield T + * @psalm-yield T * @template-covariant T */ interface PromiseInterface