diff --git a/Api/AsyncEventRepositoryInterface.php b/Api/AsyncEventRepositoryInterface.php index a7f42cb..f7681dd 100644 --- a/Api/AsyncEventRepositoryInterface.php +++ b/Api/AsyncEventRepositoryInterface.php @@ -19,7 +19,7 @@ interface AsyncEventRepositoryInterface * Get a single asynchronous event by id * * @param int $subscriptionId - * @return AsyncEventDisplayInterface + * @return \Aligent\AsyncEvents\Api\Data\AsyncEventDisplayInterface * @throws NoSuchEntityException */ public function get(int $subscriptionId): AsyncEventDisplayInterface; @@ -28,7 +28,7 @@ public function get(int $subscriptionId): AsyncEventDisplayInterface; * Get a list of asynchronous events by search criteria * * @param SearchCriteriaInterface $searchCriteria - * @return AsyncEventSearchResultsInterface + * @return \Aligent\AsyncEvents\Api\Data\AsyncEventSearchResultsInterface */ public function getList(SearchCriteriaInterface $searchCriteria): AsyncEventSearchResultsInterface; @@ -37,7 +37,7 @@ public function getList(SearchCriteriaInterface $searchCriteria): AsyncEventSear * * @param AsyncEventInterface $asyncEvent * @param bool $checkResources - * @return AsyncEventDisplayInterface + * @return \Aligent\AsyncEvents\Api\Data\AsyncEventDisplayInterface * @throws NoSuchEntityException * @throws LocalizedException * @throws AlreadyExistsException