diff options
author | addshore <addshorewiki@gmail.com> | 2016-04-02 12:24:59 +0300 |
---|---|---|
committer | Reedy <reedy@wikimedia.org> | 2016-04-02 13:29:51 +0000 |
commit | d047a9c6046ebf6bc80f3d3d6fe9d45b1c6bc5ed (patch) | |
tree | 33e14446f80d3d1b88ec59a115210da25d007923 /includes/WatchedItemStore.php | |
parent | 737e83edf59bdd9cb909cdc65c34c64f7ac07b85 (diff) | |
download | mediawikicore-d047a9c6046ebf6bc80f3d3d6fe9d45b1c6bc5ed.tar.gz mediawikicore-d047a9c6046ebf6bc80f3d3d6fe9d45b1c6bc5ed.zip |
Introduce StatsdAwareInterface
Change-Id: Iac343e4b448d9af852b4c479c35a9ff60359b6d5
Diffstat (limited to 'includes/WatchedItemStore.php')
-rw-r--r-- | includes/WatchedItemStore.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/WatchedItemStore.php b/includes/WatchedItemStore.php index 2aa294b6393a..8ae7932be0b4 100644 --- a/includes/WatchedItemStore.php +++ b/includes/WatchedItemStore.php @@ -11,7 +11,7 @@ use Wikimedia\Assert\Assert; * * @since 1.27 */ -class WatchedItemStore { +class WatchedItemStore implements StatsdAwareInterface { const SORT_DESC = 'DESC'; const SORT_ASC = 'ASC'; |