mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
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:
parent
a778f3c3c3
commit
81d89626e1
1 changed files with 3 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue