Fix phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 3 Aug 2010 04:34:16 +0000 (22:34 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 3 Aug 2010 04:34:16 +0000 (22:34 -0600)
framework/Core/lib/Horde/Core/Factory/Prefs.php

index 6aae7cc..6e61a30 100644 (file)
@@ -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:
      * <pre>
      * 'session' - (boolean) Use the session driver.