remove unneccesary references

dispatcher-rework
fadrian06 3 days ago
parent e48b976aac
commit cfa87bee4e

@ -265,8 +265,8 @@ class Dispatcher
* *
* @deprecated This method will be removed. * @deprecated This method will be removed.
* @param (callable(mixed[] &$params, mixed &$output): (void|never|false))[] $filters Callable filters. * @param (callable(mixed[] &$params, mixed &$output): (void|never|false))[] $filters Callable filters.
* @param mixed[] $params Callable input. * @param mixed[] &$params Callable input.
* @param mixed $output Callable output. * @param mixed &$output Callable output.
* @throws Throwable If any of the callable filters throw an `Throwable`. * @throws Throwable If any of the callable filters throw an `Throwable`.
* @throws InvalidArgumentException If any of the callable filters is not a `callable`. * @throws InvalidArgumentException If any of the callable filters is not a `callable`.
*/ */

Loading…
Cancel
Save