add default template values in FilteredCallable

dispatcher-rework
fadrian06 3 days ago
parent b0203d861c
commit ddb57620a0

@ -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
{

Loading…
Cancel
Save