Author: Derick Rethans
Date: 2007-02-07 20:33:20 +0100 (Wed, 07 Feb 2007)
New Revision: 4634

Log:
- Fixed docs.

Modified:
   trunk/Configuration/src/configuration.php

Modified: trunk/Configuration/src/configuration.php
===================================================================
--- trunk/Configuration/src/configuration.php   2007-02-07 18:20:49 UTC (rev 
4633)
+++ trunk/Configuration/src/configuration.php   2007-02-07 19:33:20 UTC (rev 
4634)
@@ -532,9 +532,9 @@
      * If the settings do not already exists it will be created.
      *
      * @param string $group
-     * @param array(string)
-     * @param array(mixed)
-     * @param array(string) $comment The comment belonging to the setting
+     * @param array(string) $settings
+     * @param array(mixed)  $values
+     * @param array(string) $comments The comment belonging to the setting
      * @return void
      */
     public function setSettings( $group, $settings, $values, $comments = null )

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to