From: Michael M Slusarz Date: Tue, 3 Aug 2010 04:34:16 +0000 (-0600) Subject: Fix phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5c69730876630e536f346108c040eadd608ac719;p=horde.git Fix phpdoc --- diff --git a/framework/Core/lib/Horde/Core/Factory/Prefs.php b/framework/Core/lib/Horde/Core/Factory/Prefs.php index 6aae7ccd1..6e61a30f6 100644 --- a/framework/Core/lib/Horde/Core/Factory/Prefs.php +++ b/framework/Core/lib/Horde/Core/Factory/Prefs.php @@ -54,8 +54,7 @@ class Horde_Core_Factory_Prefs /** * Return the Horde_Prefs:: instance. * - * @param string $scope The scope for this set of preferences. 'session' - * will load a session prefs instance. + * @param string $scope The scope for this set of preferences. * @param array $opts See Horde_Prefs::factory(). Additional options: *
      * 'session' - (boolean) Use the session driver.