mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-20 23:36:50 +01:00
* [MOD] Code refactoring by enforcing type checks (WIP)
* [MOD] Update dependencies Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -53,14 +53,14 @@ final class ItemsController extends SimpleControllerBase
|
||||
/**
|
||||
* Devolver las cuentas visibles por el usuario
|
||||
*
|
||||
* @param int $accountId
|
||||
* @param int|null $accountId
|
||||
*
|
||||
* @throws DependencyException
|
||||
* @throws NotFoundException
|
||||
* @throws ConstraintException
|
||||
* @throws QueryException
|
||||
*/
|
||||
public function accountsUserAction($accountId = null)
|
||||
public function accountsUserAction(?int $accountId = null)
|
||||
{
|
||||
$outItems = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user