Skip to content

Commit 285faf2

Browse files
committed
fix not expected exception
Signed-off-by: Thomas Klein <thomas.klein@mpbio.com>
1 parent 4773d85 commit 285faf2

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Api/ActionEntityRepositoryInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public function getList(SearchCriteriaInterface $searchCriteria): SearchResultsI
5353
*
5454
* @param ActionEntityInterface $actionEntity
5555
* @return bool true on success
56-
* @throws NoSuchEntityException
5756
* @throws CouldNotDeleteException
5857
*/
5958
public function delete(ActionEntityInterface $actionEntity): bool;

Api/EraseEntityRepositoryInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public function getList(SearchCriteriaInterface $searchCriteria): SearchResultsI
6363
*
6464
* @param EraseEntityInterface $eraseEntity
6565
* @return bool true on success
66-
* @throws NoSuchEntityException
6766
* @throws CouldNotDeleteException
6867
*/
6968
public function delete(EraseEntityInterface $eraseEntity): bool;

Api/ExportEntityRepositoryInterface.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public function getList(SearchCriteriaInterface $searchCriteria): SearchResultsI
6363
*
6464
* @param ExportEntityInterface $exportEntity
6565
* @return bool true on success
66-
* @throws NoSuchEntityException
6766
* @throws CouldNotDeleteException
6867
*/
6968
public function delete(ExportEntityInterface $exportEntity): bool;

0 commit comments

Comments
 (0)