ProcessMaker-MA "Arreglo de oraciones en el PHPDoc"

- Arreglo de oraciones en el PHPDoc
This commit is contained in:
Victor Saisa Lopez
2013-12-06 11:26:31 -04:00
parent 54061ff8d7
commit 1d7796505f
4 changed files with 28 additions and 28 deletions

View File

@@ -248,9 +248,9 @@ class Task
}
/**
* Get data of unique ids of an Task (Unique id of Process)
* Get data of unique ids of a Task (Unique id of Process)
*
* @param string $taskUid Unique id of the Task
* @param string $taskUid Unique id of Task
*
* return array
*/
@@ -274,9 +274,9 @@ class Task
}
/**
* Get available steps of an Task
* Get available steps of a Task
*
* @param string $taskUid
* @param string $taskUid Unique id of Task
*
* return array
*/
@@ -490,9 +490,9 @@ class Task
}
/**
* Get all steps of an Task
* Get all steps of a Task
*
* @param string $taskUid Unique id of the Task
* @param string $taskUid Unique id of Task
*
* return array
*/