Revert some test changes

This commit is contained in:
Michael 2021-07-09 19:32:06 +00:00
parent 90897f36ca
commit de39091a79
2 changed files with 1 additions and 2 deletions

View file

@ -1300,7 +1300,7 @@ class Receiver
* @return array
* @throws \Exception
*/
public static function processObject($object)
private static function processObject($object)
{
if (!JsonLD::fetchElement($object, '@id')) {
return false;