From 0aa5229e84ce8e410cf35a4cfa2d2e5bd5e9175d Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 23 Nov 2021 14:49:48 +0100 Subject: [PATCH] update @since for getDatabasePlatform Signed-off-by: Robin Appelman --- lib/public/DB/ISchemaWrapper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/DB/ISchemaWrapper.php b/lib/public/DB/ISchemaWrapper.php index 82e4205f1b3..92f44900e98 100644 --- a/lib/public/DB/ISchemaWrapper.php +++ b/lib/public/DB/ISchemaWrapper.php @@ -99,7 +99,7 @@ interface ISchemaWrapper { * @return AbstractPlatform * * @throws Exception - * @since 23.0.0 + * @since 22.2.4 */ public function getDatabasePlatform(); }