aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Image.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/Image.php')
-rw-r--r--includes/Image.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/Image.php b/includes/Image.php
index 275f6d69d3d4..b0c091436d2f 100644
--- a/includes/Image.php
+++ b/includes/Image.php
@@ -1,6 +1,6 @@
<?php
/**
- *
+ * @package MediaWiki
*/
/**
@@ -8,6 +8,7 @@
*
* Provides methods to retrieve paths (physical, logical, URL),
* to generate thumbnails or for uploading.
+ * @package MediaWiki
*/
class Image
{