Fix CR obervations about documentation.
This commit is contained in:
davidcallizaya
2017-10-19 15:54:11 -04:00
parent 6b8ef94015
commit d473d9afad
8 changed files with 13 additions and 4 deletions

View File

@@ -246,6 +246,7 @@ class Dashboard extends Api
*
* @param array $request_data
*
* @return string
* @throws RestException
*
* @access protected
@@ -344,6 +345,7 @@ class Dashboard extends Api
*
* @param array $request_data
*
* @return string
* @throws RestException
*
* @class AccessControl {@permission PM_DASHBOARD}
@@ -425,6 +427,7 @@ class Dashboard extends Api
*
* @param array $request_data
*
* @return array
* @throws RestException
*
* @access protected

View File

@@ -1182,6 +1182,7 @@ class Light extends Api
* @param int $del_index {@from body}
* @param array $tasks {@from body}
*
* @return array
* @throws RestException
*
* @access protected

View File

@@ -145,6 +145,7 @@ class Pmtable extends Api
* @param array $request_data
*
* @return void
* @throw RestException
*
* @access protected
* @class AccessControl {@permission PM_SETUP_PM_TABLES}

View File

@@ -81,10 +81,10 @@ class Process extends Api
/**
* Update a process by UID.
*
* @param type $processUid
* @param type $request_data
* @param string $processUid
* @param array $request_data
*
* @return type
* @return array
* @throws RestException
*
* @access protected

View File

@@ -111,7 +111,7 @@ class Activity extends Api
* @param ActivityPropertiesStructure $properties {@from body}
* @param array $request_data
*
* @return array
* @return void
* @throws RestException
*
* @access protected
@@ -228,6 +228,7 @@ class Activity extends Api
* @param string $prj_uid {@min 32}{@max 32}
* @param array $request_data
*
* @return \StdClass
* @throws RestException
*
* @access protected

View File

@@ -83,6 +83,7 @@ class CaseScheduler extends Api
* @param string $schUid {@min 32} {@max 32}
* @param CaseSchedulerStructure $request_data
*
* @return array
* @throws RestException
*
* @access protected

View File

@@ -88,6 +88,7 @@ class FilesManager extends Api
* @param ProcessFilesManagerStructure $request_data
* @param string $prf_uid {@min 32} {@max 32}
*
* @return array
* @throws RestException
*
* @access protected

View File

@@ -395,6 +395,7 @@ class ProcessSupervisors extends Api
* @param string $pui_uid {@min 32} {@max 32}
* @param int $pui_position
*
* @return array
* @throws RestException
*
* @access protected