From: Aaron Schulz Date: Tue, 6 Oct 2015 05:41:05 +0000 (-0700) Subject: Added @since to Database X-Git-Tag: 1.31.0-rc.0~9536 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=2db0dd9ccd71aac5d8d69b3d83d4523e44027f97;p=lhc%2Fweb%2Fwiklou.git Added @since to Database Change-Id: Ia4396317bb3c78ab6b60ecbf0e1825e44ed08589 --- diff --git a/includes/db/Database.php b/includes/db/Database.php index 86ea0c4e95..f044002d3f 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -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