Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 2.31 KB

incompatibilities-6-0.md

File metadata and controls

9 lines (8 loc) · 2.31 KB

ZendeskBundle

  • The ZendeskRestIterator::setupDenormalization(ContextAwareDenormalizerInterface $denormalizer, $type, $context = [])[?] method was changed to ZendeskRestIterator::setupDenormalization(DenormalizerInterface $denormalizer, $type, $context = [])[?]
  • The ZendeskRestTransport::__construct(ContextAwareNormalizerInterface $normalizer, ContextAwareDenormalizerInterface $denormalizer, $resultIteratorClass = null)[?] method was changed to ZendeskRestTransport::__construct(NormalizerInterface $normalizer, DenormalizerInterface $denormalizer, $resultIteratorClass = null)[?]
  • The LoadPriorityData::$names[?] property was removed.
  • The LoadRolesData::$names[?] property was removed.
  • The LoadStatusData::$names[?] property was removed.
  • The LoadTicketTypeData::$names[?] property was removed.