Skip to content

Conversation

@Xesau
Copy link
Contributor

@Xesau Xesau commented May 16, 2022

Q A
Branch? 4.4
Bug fix? no
New feature? no
Deprecations? no
License MIT
Doc PR N/A

It seems that during creation of CollectionToArrayTransformer, the source code of another class was used as base, and the documentation for one of the methods was not changed according with the function of the new class.

Not sure which branch this should be applied to, since its not a new feature, and technically not a bug fix but a documentation fix.

@carsonbot
Copy link

Hey!

I see that this is your first PR. That is great! Welcome!

Symfony has a contribution guide which I suggest you to read.

In short:

  • Always add tests
  • Keep backward compatibility (see https://symfony.com/bc).
  • Bug fixes must be submitted against the lowest maintained branch where they apply (see https://symfony.com/releases)
  • Features and deprecations must be submitted against the 6.1 branch.

Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change.

When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor!
If this PR is merged in a lower version branch, it will be merged up to all maintained branches within a few days.

I am going to sit back now and wait for the reviews.

Cheers!

Carsonbot

@xabbuh xabbuh added the Form label May 16, 2022
@carsonbot carsonbot changed the title Add approriate description to CollectionToArrayTransformer::reverseTransform docblock [Form] Add approriate description to CollectionToArrayTransformer::reverseTransform docblock May 16, 2022
@nicolas-grekas nicolas-grekas modified the milestones: 6.1, 4.4 May 17, 2022
Copy link
Member

@nicolas-grekas nicolas-grekas left a comment

Choose a reason for hiding this comment

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

(for 4.4)

@nicolas-grekas
Copy link
Member

Thank you @Xesau.

@nicolas-grekas nicolas-grekas merged commit bb6d26a into symfony:4.4 May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants