From 48427bb20e0ca86ed054cbb35fbbd59864d3ad07 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:16:55 -0400 Subject: [PATCH] spelling: blocked Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Model/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/User.php b/src/Model/User.php index d33cf28407..695e28f2c3 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -1792,7 +1792,7 @@ class User * * @param int $start Start count (Default is 0) * @param int $count Count of the items per page (Default is @see Pager::ITEMS_PER_PAGE) - * @param string $type The type of users, which should get (all, bocked, removed) + * @param string $type The type of users, which should get (all, blocked, removed) * @param string $order Order of the user list (Default is 'contact.name') * @param bool $descending Order direction (Default is ascending) * @return array|bool The list of the users