From 23509ae138b083f81fab56eb0b9732e122742a70 Mon Sep 17 00:00:00 2001 From: kordum Date: Thu, 23 Oct 2025 12:51:09 +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 888e703..aea4646 100644 --- a/src/PromiseInterface.php +++ b/src/PromiseInterface.php @@ -6,6 +6,7 @@ /** * @yield T + * @psalm-yield T * @template-covariant T */ interface PromiseInterface