Clarified return values

This commit is contained in:
Michael 2019-03-17 15:49:21 +00:00
parent 75ec384fc3
commit f78c148013
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ class Processor
*
* @param array $activity Activity array
* @param array $item
* @return array
* @return array|bool Returns the item array or false if there was an unexpected occurrence
* @throws \Exception
*/
private static function processContent($activity, $item)