From 5c69730876630e536f346108c040eadd608ac719 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 2 Aug 2010 22:34:16 -0600 Subject: [PATCH] Fix phpdoc --- framework/Core/lib/Horde/Core/Factory/Prefs.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.
-- 
2.11.0