From de2b88b707ba462e704a6f782aeacacd20d8425c Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 25 Jul 2019 17:33:37 +0200 Subject: [PATCH] :memo: PHPDoc for archiving remove @api Public API is currently under review, we shouldn't change the review perimeter ! --- core/dbobject.class.php | 4 ---- core/dbsearch.class.php | 2 -- 2 files changed, 6 deletions(-) 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()