add default template values in FilteredCallable

dispatcher-rework
fadrian06 3 days ago
parent b0203d861c
commit ddb57620a0

@ -9,8 +9,8 @@ use ReflectionFunction;
use Throwable; use Throwable;
/** /**
* @template CallableWithoutFilters of Closure * @template CallableWithoutFilters of Closure = Closure
* @template Output of mixed * @template Output = mixed
*/ */
final class FilteredCallable final class FilteredCallable
{ {

Loading…
Cancel
Save