Remove duplication of throws

This commit is contained in:
Bryan Crowe 2013-10-13 21:40:35 -04:00
parent 76e35ca446
commit bb821a426d

View file

@ -96,7 +96,6 @@ class IniReader implements ConfigReaderInterface {
* @return array Parsed configuration values. * @return array Parsed configuration values.
* @throws ConfigureException when files don't exist. * @throws ConfigureException when files don't exist.
* Or when files contain '..' as this could lead to abusive reads. * Or when files contain '..' as this could lead to abusive reads.
* @throws ConfigureException
*/ */
public function read($key) { public function read($key) {
if (strpos($key, '..') !== false) { if (strpos($key, '..') !== false) {