diff --git a/lib/Cake/Configure/IniReader.php b/lib/Cake/Configure/IniReader.php index 66e009404..c854bf3d5 100644 --- a/lib/Cake/Configure/IniReader.php +++ b/lib/Cake/Configure/IniReader.php @@ -96,7 +96,6 @@ class IniReader implements ConfigReaderInterface { * @return array Parsed configuration values. * @throws ConfigureException when files don't exist. * Or when files contain '..' as this could lead to abusive reads. - * @throws ConfigureException */ public function read($key) { if (strpos($key, '..') !== false) {