Added @since to Database
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 6 Oct 2015 05:41:05 +0000 (22:41 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 6 Oct 2015 05:41:05 +0000 (22:41 -0700)
Change-Id: Ia4396317bb3c78ab6b60ecbf0e1825e44ed08589

includes/db/Database.php

index 86ea0c4..f044002 100644 (file)
@@ -4307,6 +4307,9 @@ abstract class DatabaseBase implements IDatabase {
        }
 }
 
+/**
+ * @since 1.27
+ */
 abstract class Database extends DatabaseBase {
        // B/C until nothing type hints for DatabaseBase
        // @TODO: finish renaming DatabaseBase => Database