diff --git a/components/lib/Components/Helper/Root.php b/components/lib/Components/Helper/Root.php index a8635a83a97..5528eeece88 100644 --- a/components/lib/Components/Helper/Root.php +++ b/components/lib/Components/Helper/Root.php @@ -67,15 +67,15 @@ class Components_Helper_Root /** * Constructor. * - * @param string $path If given the helper will try to + * @param array $opts If given the helper will try to * determine the root of the Horde - * repository based on this path. + * repository based on these options. * @param Components_Component $comp If given the helper will try to * determine the root of the Horde * repository based on this component. - * @param array $opts If given the helper will try to + * @param string $path If given the helper will try to * determine the root of the Horde - * repository based on these options. + * repository based on this path. */ public function __construct( $opts = array(),