diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php
index 14d09dec789744268c7d9c86634676e4994c3b6d..4697ed53c1b4f09c7618ff71b333c17fc57a3eb1 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.