diff --git a/core/dbobject.class.php b/core/dbobject.class.php index a1ade6903..95603d703 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -5152,8 +5152,6 @@ abstract class DBObject implements iDisplay } /** - * @api - * * @throws Exception * @uses DBWriteArchiveFlag */ @@ -5165,8 +5163,6 @@ abstract class DBObject implements iDisplay } /** - * @api - * * @throws Exception * @uses DBWriteArchiveFlag */ diff --git a/core/dbsearch.class.php b/core/dbsearch.class.php index bfe2b1968..23c2cd8b2 100644 --- a/core/dbsearch.class.php +++ b/core/dbsearch.class.php @@ -1424,8 +1424,6 @@ abstract class DBSearch } /** - * @api - * * Updates archive_flag and archive_date fields in the whole class hierarchy * * @see \DBObject::DBWriteArchiveFlag()