update @since for getDatabasePlatform

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2021-11-23 14:49:48 +01:00 committed by MichaIng
parent 88cc1ba064
commit 0aa5229e84

View file

@ -99,7 +99,7 @@ interface ISchemaWrapper {
* @return AbstractPlatform
*
* @throws Exception
* @since 23.0.0
* @since 22.2.4
*/
public function getDatabasePlatform();
}