diff options
author | daniel <dkinzler@wikimedia.org> | 2020-07-13 11:05:49 +0200 |
---|---|---|
committer | daniel <dkinzler@wikimedia.org> | 2020-07-13 11:05:49 +0200 |
commit | e6e0ad2472f6675220646ce3429c07a88970702a (patch) | |
tree | 3060aa3c5ff738a715ca198b458fcd8c7ba91756 /includes/gallery/Hook | |
parent | 631578c68595581e202e150b3a03027dbb9a8ada (diff) | |
download | mediawikicore-e6e0ad2472f6675220646ce3429c07a88970702a.tar.gz mediawikicore-e6e0ad2472f6675220646ce3429c07a88970702a.zip |
Replace "@stable for implementation" with "@stable to implement"
For compliance with the new version of the table interface policy
(T255803).
This patch was created by an automated search & replace operation
on the includes/ directory.
Bug: T257789
Change-Id: I17e5e92e24c708ffc846945a136347670a3a20c7
Diffstat (limited to 'includes/gallery/Hook')
-rw-r--r-- | includes/gallery/Hook/GalleryGetModesHook.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/gallery/Hook/GalleryGetModesHook.php b/includes/gallery/Hook/GalleryGetModesHook.php index 27e393116378..09e3ee234be9 100644 --- a/includes/gallery/Hook/GalleryGetModesHook.php +++ b/includes/gallery/Hook/GalleryGetModesHook.php @@ -3,7 +3,7 @@ namespace MediaWiki\Hook; /** - * @stable for implementation + * @stable to implement * @ingroup Hooks */ interface GalleryGetModesHook { |