From e017600cb5ed4bb79a165ac0b6fbb6d121c2f24f Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Fri, 31 Jul 2015 16:06:08 +0200 Subject: [PATCH] Remove phpdoc for nonexistent parameter. --- lib/SimpleSAML/Configuration.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php index 14d09dec7..4697ed53c 100644 --- a/lib/SimpleSAML/Configuration.php +++ b/lib/SimpleSAML/Configuration.php @@ -855,7 +855,6 @@ class SimpleSAML_Configuration * isn't found, and no default value is given. * * @param string $name The name of the option. - * @param string $location Name of the items in the array. * @param mixed $default A default value which will be returned if the option isn't found. The option will be * required if this parameter isn't given. The default value can be any value, including * NULL. -- GitLab