This repository was archived by the owner on Jun 1, 2021. It is now read-only.

Description
This is happening with various API calls and makes the library unusable.
In CustomField, we have
$field = CRM::fieldList('customFieldDefinition', $idOrName, true);
Since it then tries to do a sizeof on that field, and this field can be an object of type BareResource, we get a fatal error.