From ddb57620a0296dd95575536e3e2dc0e5d70997e2 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sat, 15 Aug 2026 15:42:24 -0400 Subject: [PATCH] add default template values in FilteredCallable --- flight/core/FilteredCallable.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flight/core/FilteredCallable.php b/flight/core/FilteredCallable.php index 00c99fc..9e686cd 100644 --- a/flight/core/FilteredCallable.php +++ b/flight/core/FilteredCallable.php @@ -9,8 +9,8 @@ use ReflectionFunction; use Throwable; /** - * @template CallableWithoutFilters of Closure - * @template Output of mixed + * @template CallableWithoutFilters of Closure = Closure + * @template Output = mixed */ final class FilteredCallable {