From bb821a426d0589263397144340ae0864978c99d6 Mon Sep 17 00:00:00 2001 From: Bryan Crowe <bryan@zapsolutions.com> Date: Sun, 13 Oct 2013 21:40:35 -0400 Subject: [PATCH] Remove duplication of throws --- lib/Cake/Configure/IniReader.php | 1 - 1 file changed, 1 deletion(-) 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) {