Fix convIPTC docs
authorReedy <reedy@wikimedia.org>
Sat, 7 Apr 2012 19:23:53 +0000 (20:23 +0100)
committerReedy <reedy@wikimedia.org>
Sat, 7 Apr 2012 19:23:53 +0000 (20:23 +0100)
Change-Id: I3e20d7820d8880780dbda551416fc1cbc587db45

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 ) ) {