BUG 11074 Triggers wizard. Doble instruccion en campo del wizard SOLVED

- The comments don't include a description for the return value
- Add a empty description to avoid the innecesary label "Not required"
This commit is contained in:
Julio Cesar Laura
2013-04-03 13:40:57 -04:00
parent 3e59ff41a3
commit 0c99d16115
5 changed files with 43 additions and 43 deletions

View File

@@ -36,7 +36,7 @@
* @param string | $wsdl | Talend Web Service (including ?WSDL)
* @param array(array(n1 v1) array(n2 v2) array(nN vN)) | $params | Array of params. Pairs of param Name Value
* @param string | $message | Message to be displayed
* @return array | $return | Talend Array
* @return array | $return | Talend Array |
*
*/
function executeTalendWebservice ($wsdl, $message, $params = array())