mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 12:02:41 +00:00
Fix docblocks.
This commit is contained in:
parent
14228fa469
commit
1dbafe1d4f
6 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue