Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 8.15 KB

incompatibilities-5-0.md

File metadata and controls

25 lines (23 loc) · 8.15 KB

ZendeskBundle

  • The Configuration[?] class was removed.
  • The ZendeskExtension::getName[?] method was removed.
  • The ZendeskRestIterator::setupDeserialization[?] method was removed.
  • The ZendeskRestIterator::__construct(RestClientInterface $client, $resource, $dataKeyName, $params = [])[?] method was changed to ZendeskRestIterator::__construct(RestClientInterface $client, $resource, $dataKeyName, $params = [])[?]
  • The ZendeskRestTransport::__construct(SerializerInterface $serializer, $resultIteratorClass = null)[?] method was changed to ZendeskRestTransport::__construct(ContextAwareNormalizerInterface $normalizer, ContextAwareDenormalizerInterface $denormalizer, $resultIteratorClass = null)[?]
  • The AbstractExportWriter::setStepExecution(StepExecution $stepExecution)[?] method was changed to AbstractExportWriter::setStepExecution(StepExecution $stepExecution)[?]
  • The AbstractNormalizer::normalize($object, $format = null, $context = [])[?] method was changed to AbstractNormalizer::normalize($object, $format = null, $context = [])[?]
  • The TicketCommentNormalizer::denormalize($data, $class, $format = null, $context = [])[?] method was changed to TicketCommentNormalizer::denormalize($data, $type, $format = null, $context = [])[?]
  • The TicketNormalizer::normalize($object, $format = null, $context = [])[?] method was changed to TicketNormalizer::normalize($object, $format = null, $context = [])[?]
  • The AbstractExportProcessor::setStepExecution(StepExecution $stepExecution)[?] method was changed to AbstractExportProcessor::setStepExecution(StepExecution $stepExecution)[?]
  • The AbstractImportProcessor::setStepExecution(StepExecution $stepExecution)[?] method was changed to AbstractImportProcessor::setStepExecution(StepExecution $stepExecution)[?]
  • The AbstractSyncSchedulerListener::__construct(TokenAccessorInterface $tokenAccessor, ServiceLink $schedulerServiceLink)[?] method was changed to AbstractSyncSchedulerListener::__construct(ContainerInterface $container, TokenAccessorInterface $tokenAccessor)[?]
  • The following properties in class ZendeskRestIterator[?] were removed:
    • $serializer[?]
    • $deserializeContext[?]
  • The ZendeskRestTransport::$serializer[?] property was removed.
  • The TicketPriorityTranslation::$content[?] property was removed.
  • The TicketStatusTranslation::$content[?] property was removed.
  • The TicketTypeTranslation::$content[?] property was removed.
  • The UserRoleTranslation::$content[?] property was removed.