Correcting params in doc comments

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4275 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2007-01-09 22:36:29 +00:00
parent e64de54a51
commit a1651041dd

View file

@ -102,6 +102,7 @@ class Configure extends Object {
*
*
* @param array $config
* @param mixed $value
* @return void
* @access public
*/
@ -276,6 +277,7 @@ class Configure extends Object {
*
* @param string $content
* @param string $name
* @param boolean $write
* @access private
*/
function __writeConfig($content, $name, $write = true){