diff options
Diffstat (limited to 'includes/media/ExifBitmapHandler.php')
-rw-r--r-- | includes/media/ExifBitmapHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/media/ExifBitmapHandler.php b/includes/media/ExifBitmapHandler.php index 45967fecf2e4..278727ace2da 100644 --- a/includes/media/ExifBitmapHandler.php +++ b/includes/media/ExifBitmapHandler.php @@ -25,7 +25,7 @@ * Stuff specific to JPEG and (built-in) TIFF handler. * All metadata related, since both JPEG and TIFF support Exif. * - * @stable for subclassing + * @stable to extend * @ingroup Media */ class ExifBitmapHandler extends BitmapHandler { |