update @since for getDatabasePlatform

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2021-11-23 14:51:26 +01:00
parent c3d9471fe0
commit a61ac5acf5
No known key found for this signature in database
GPG key ID: 42B69D8A64526EFB

View file

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