Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 1.5.0 #48

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 1, 2024

🤖 I have created a release beep boop

1.5.0 (2024-02-01)

Features

  • lib: generate code from braze-specification (4056339)

This PR was generated with Release Please. See documentation.

Copy link
Member

@remarkablemark remarkablemark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted in 3b22678:

PHP Fatal error:  Declaration of Braze\Normalizer\JaneObjectNormalizer::denormalize($data, $class, $format = null, array $context = []) must be compatible with Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize(mixed $data, string $type, ?string $format = null, array $context = []): mixed in /home/runner/work/braze-php/braze-php/lib/Normalizer/JaneObjectNormalizer.php on line 52

   Whoops\Exception\ErrorException 

  Declaration of Braze\Normalizer\JaneObjectNormalizer::denormalize($data, $class, $format = null, array $context = []) must be compatible with Symfony\Component\Serializer\Normalizer\DenormalizerInterface::denormalize(mixed $data, string $type, ?string $format = null, array $context = []): mixed

  at lib/Normalizer/JaneObjectNormalizer.php:52
     48▕ 
     4[9](https://github.com/braze-community/braze-php/actions/runs/7735519793/job/21091314023?pr=48#step:5:10)▕         return $normalizer->normalize($object, $format, $context);
     50▕     }
     51▕ 
  ➜  52▕     public function denormalize($data, $class, $format = null, array $context = [])
     53▕     {
     54▕         $denormalizerClass = $this->normalizers[$class];
     55▕         $denormalizer = $this->getNormalizer($denormalizerClass);
     56▕

      +1 vendor frames 
  2   [internal]:0
      Whoops\Run::handleShutdown()

@remarkablemark remarkablemark deleted the release-please--branches--master branch March 12, 2024 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant