You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below are errors reported when upgrading Symfony components to version 5.4 :
Attempt to read property "developer" on array
TypeError: array_slice(): Argument # 2 ($offset) must be of type int, string given
Attempt to read property "type" on array
Symfony\Component\Serializer\Exception\UnexpectedValueException: Unable to denormalize because both "developerId" and "companyName" are missing from data.
Failed asserting that exception of type "TypeError" matches expected exception "\InvalidArgumentException". Message was: "Symfony\Component\Serializer\Encoder\JsonDecode::__construct(): Argument # 1 ($defaultContext) must be of type array, bool given, called in FileSystemResponseFactory.php on line 65"
Error: Cannot instantiate abstract class Apigee\Edge\Api\Monetization\Structure\Reports\Criteria\AbstractCriteria
The text was updated successfully, but these errors were encountered:
Below are errors reported when upgrading Symfony components to version 5.4 :
The text was updated successfully, but these errors were encountered: