mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-15 06:08:40 +00:00
fix phpstan
This commit is contained in:
parent
888a4065da
commit
cbd879bf56
|
|
@ -175,8 +175,7 @@ final class TaskMapper extends DataMapperFactory
|
||||||
->andWhere(AccountRelationMapper::TABLE . '.task_account_account', '=', $user)
|
->andWhere(AccountRelationMapper::TABLE . '.task_account_account', '=', $user)
|
||||||
->andWhere(AccountRelationMapper::TABLE . '.task_account_duty', '=', DutyType::TO);
|
->andWhere(AccountRelationMapper::TABLE . '.task_account_duty', '=', DutyType::TO);
|
||||||
|
|
||||||
/** @return array */
|
return self::getAll()->execute($query);
|
||||||
return self::getAll()->execute($query); /** @return array */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user