Fix docblocks.

This commit is contained in:
Majna 2012-02-17 13:51:20 +01:00
parent 14228fa469
commit 1dbafe1d4f
6 changed files with 10 additions and 8 deletions

View file

@ -153,7 +153,6 @@ class ProjectTask extends AppShell {
* Looks for a skeleton template of a Cake application,
* and if not found asks the user for a path. When there is a path
* this method will make a deep copy of the skeleton to the project directory.
* A default home page will be added, and the tmp file storage will be chmod'ed to 0777.
*
* @param string $path Project path
* @param string $skel Path to copy from

View file

@ -467,8 +467,9 @@ class TestTask extends BakeTask {
* Generate the uses() calls for a type & classname
*
* @param string $type The Type of object you are generating tests for eg. controller
* @param string $realType The package name for the class.
* @param string $className The Classname of the class the test is being generated for.
* @return array Constructor snippets for the thing you are building.
* @return array An array containing used classes
*/
public function generateUses($type, $realType, $className) {
$uses = array();