From 0cb14100b33ee6931ff578a44d3090acbd97dd04 Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 7 Apr 2012 20:23:53 +0100 Subject: [PATCH] Fix convIPTC docs Change-Id: I3e20d7820d8880780dbda551416fc1cbc587db45 --- includes/media/IPTC.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/media/IPTC.php b/includes/media/IPTC.php index 1d19791cab..666ce40175 100644 --- a/includes/media/IPTC.php +++ b/includes/media/IPTC.php @@ -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 ) ) { -- 2.20.1