corrected names of params in the docblock

git-svn-id: https://svn.cakephp.org/repo/trunk/cake@115 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2005-05-16 23:47:54 +00:00
parent a778f3c3c3
commit 81d89626e1

View file

@ -201,7 +201,7 @@ class %sTest extends TestCase {
/**
* Enter description here...
*
* @param unknown_type $controller
* @param unknown_type $name
* @param array $actions
*/
function newController ($name, $actions=array()) {
@ -215,7 +215,7 @@ class %sTest extends TestCase {
/**
* Enter description here...
*
* @param unknown_type $controller
* @param unknown_type $name
* @param array $actions
* @return unknown
*/
@ -282,8 +282,7 @@ class %sTest extends TestCase {
/**
* Enter description here...
*
* @param unknown_type $controller
* @param array $actions
* @param unknown_type $name
* @return unknown
*/
function makeHelperFn ($name) {