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

Added method getSupportedTypes which is added in symfony 6.3 #315

Merged
merged 5 commits into from
Oct 5, 2023

Conversation

divya-intelli
Copy link
Collaborator

Closes #314

@codecov
Copy link

codecov bot commented Oct 3, 2023

Codecov Report

Merging #315 (35144fa) into 3.x (ed56ced) will decrease coverage by 0.01%.
The diff coverage is 97.89%.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x     #315      +/-   ##
============================================
- Coverage     87.61%   87.60%   -0.01%     
- Complexity     1727     1749      +22     
============================================
  Files           349      349              
  Lines          4617     4705      +88     
============================================
+ Hits           4045     4122      +77     
- Misses          572      583      +11     
Flag Coverage Δ
unittests 87.60% <97.89%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/Api/ApigeeX/Denormalizer/AppDenormalizer.php 68.75% <100.00%> (+2.08%) ⬆️
...igeeX/Denormalizer/RatePlanDenormalizerFactory.php 100.00% <100.00%> (ø)
src/Api/ApigeeX/Normalizer/AppNormalizer.php 100.00% <100.00%> (ø)
...i/ApigeeX/Normalizer/RatePlanNormalizerFactory.php 100.00% <100.00%> (ø)
...ent/Denormalizer/CompanyMembershipDenormalizer.php 92.85% <100.00%> (+2.85%) ⬆️
.../Management/Normalizer/AppCredentialNormalizer.php 100.00% <100.00%> (ø)
src/Api/Management/Normalizer/AppNormalizer.php 100.00% <100.00%> (ø)
...agement/Normalizer/CompanyMembershipNormalizer.php 100.00% <100.00%> (ø)
...ation/Denormalizer/RatePlanDenormalizerFactory.php 100.00% <100.00%> (ø)
...Monetization/Normalizer/DateTimeZoneNormalizer.php 100.00% <100.00%> (ø)
... and 12 more

Copy link
Collaborator

@shishir-intelli shishir-intelli left a comment

Choose a reason for hiding this comment

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

LGTM

@divya-intelli divya-intelli merged commit d9b6ec1 into apigee:3.x Oct 5, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Deprecation notice for new method added in symfony 6.3
2 participants