From 77409eed995f36d524d7b22590ad7fa9b8b5f8ad Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 13 Nov 2023 16:25:37 +0100 Subject: [PATCH] :art: DBObject small phpdoc fixes --- core/dbobject.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 3d87d3abf..335c42c9e 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -2140,7 +2140,6 @@ abstract class DBObject implements iDisplay * @throws \ArchivedObjectException * @throws \CoreException * @throws \OQLException - * */ public function DoCheckToWrite() { @@ -2195,7 +2194,6 @@ abstract class DBObject implements iDisplay } /** - * * @api * @api-advanced * @@ -2211,7 +2209,6 @@ abstract class DBObject implements iDisplay * @throws \ArchivedObjectException * @throws \CoreException * @throws \OQLException - * */ final public function CheckToWrite() {