From 11f38687f7433f46e251c5b84b291d4200181c5e Mon Sep 17 00:00:00 2001 From: ADmad Date: Thu, 29 Sep 2011 20:04:06 +0530 Subject: [PATCH] Fixing doc block --- lib/Cake/I18n/I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/I18n/I18n.php b/lib/Cake/I18n/I18n.php index f57838494..e28e0a65d 100644 --- a/lib/Cake/I18n/I18n.php +++ b/lib/Cake/I18n/I18n.php @@ -354,7 +354,7 @@ class I18n { /** * Loads the binary .mo file for translation and sets the values for this translation in the var I18n::_domains * - * @param resource $file Binary .mo file to load + * @param string $file Binary .mo file to load * @param string $domain Domain where to load file in * @return void */