mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-12 20:49:50 +00:00
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:
parent
e64de54a51
commit
a1651041dd
1 changed files with 2 additions and 0 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Reference in a new issue