Clarified return values

pull/6896/head
Michael 2019-03-17 15:49:21 +00:00
rodzic 75ec384fc3
commit f78c148013
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)