mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-09 09:56:56 +01:00
chore(tests): UT for UserProfile service
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -55,7 +55,7 @@ interface UserProfileRepository extends Repository
|
||||
*
|
||||
* @param int $id
|
||||
*
|
||||
* @return QueryResult<T>
|
||||
* @return QueryResult<UserProfileModel>
|
||||
* @throws ConstraintException
|
||||
* @throws QueryException
|
||||
*/
|
||||
@@ -90,7 +90,7 @@ interface UserProfileRepository extends Repository
|
||||
*
|
||||
* @param ItemSearchData $itemSearchData
|
||||
*
|
||||
* @return QueryResult<T>
|
||||
* @return QueryResult<UserProfileModel>
|
||||
*/
|
||||
public function search(ItemSearchData $itemSearchData): QueryResult;
|
||||
|
||||
@@ -108,7 +108,7 @@ interface UserProfileRepository extends Repository
|
||||
/**
|
||||
* Returns all the items
|
||||
*
|
||||
* @return QueryResult<T>
|
||||
* @return QueryResult<UserProfileModel>
|
||||
*/
|
||||
public function getAll(): QueryResult;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user