From 81d89626e1ac38d23b39337d429c74191e444d48 Mon Sep 17 00:00:00 2001 From: phpnut Date: Mon, 16 May 2005 23:47:54 +0000 Subject: [PATCH] corrected names of params in the docblock git-svn-id: https://svn.cakephp.org/repo/trunk/cake@115 3807eeeb-6ff5-0310-8944-8be069107fe0 --- libs/bake.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libs/bake.php b/libs/bake.php index 514a19d0c..2d3856f97 100644 --- a/libs/bake.php +++ b/libs/bake.php @@ -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) {