chg: [correlation:getRelatedAttributes] Updated documentation to reflect returned type

pull/8530/head
Sami Mokaddem 2022-08-04 14:49:48 +02:00
parent dd0a2bdb7e
commit c215c47e18
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ class Correlation extends AppModel
* @param array $attribute Attribute Array
* @param array $fields List of fields to include
* @param bool $includeEventData Flag to include the event data in the response
* @return array
* @return array|null
*/
public function getRelatedAttributes($user, $sgids, $attribute, $fields=[], $includeEventData = false)
{