mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
fix phpdoc
This commit is contained in:
@@ -39,7 +39,7 @@ class UserData extends Database
|
||||
{
|
||||
public function getByUserId(string $userId): ?UserDataEntity
|
||||
{
|
||||
/** @var ?UserDataEntity */
|
||||
/** @var ?UserDataEntity $userData */
|
||||
$userData = $this
|
||||
->where(['userId' => $userId])
|
||||
->findOne();
|
||||
|
||||
Reference in New Issue
Block a user