Merge "Fix convIPTC docs"
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 7 Apr 2012 23:45:01 +0000 (23:45 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 7 Apr 2012 23:45:02 +0000 (23:45 +0000)
includes/media/IPTC.php

index 1d19791..666ce40 100644 (file)
@@ -395,10 +395,10 @@ class IPTC {
 
        /**
        * Helper function to convert charset for iptc values.
-       * @param $data Mixed String or Array: The iptc string
+       * @param $data string|array The iptc string
        * @param $charset String: The charset
         *
-        * @return string
+        * @return string|array
        */
        private static function convIPTC ( $data, $charset ) {
                if ( is_array( $data ) ) {