Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

kzorluoglu
Copy link

Q A
Branch? 7.1
Bug fix? no
New feature? no
Deprecations? no
Issues Fix #51920
License MIT

This pull request adds detailed PHPDoc comments to the GroupSequence class in the Symfony\Component\Validator\Constraints namespace. The added documentation includes a comprehensive class description and descriptive comments for each public property and the constructor.

These changes are in response to the issue #51920 and follow the same documentation style and standards as Symfony's existing components.

@carsonbot carsonbot added this to the 7.1 milestone Jan 4, 2024
@OskarStark OskarStark changed the title [Validator] Add PHPDoc to GroupSequence attribute class and properties #53424 [Validator] Add PHPDoc to GroupSequence attribute class and properties Jan 5, 2024
Comment on lines 68 to +69
*
* If a class has a group sequence attached, that sequence replaces the
* "Default" group. When validating that class in the "Default" group, the
* group sequence is used instead, but still the "Default" group should be
* cascaded to other objects.
* @var string|GroupSequence
Copy link
Contributor

Choose a reason for hiding this comment

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

These two lines should be deleted to make the fabbot happy.

@xabbuh xabbuh modified the milestones: 7.1, 7.2 May 15, 2024
@fabpot fabpot modified the milestones: 7.2, 7.3 Nov 20, 2024
@fabpot fabpot modified the milestones: 7.3, 7.4 May 26, 2025
@nicolas-grekas
Copy link
Member

Let me close: this stalled and there's already a comprehensive phpdoc.

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.

Improve PHPDoc descriptions of Attribute classes and parameters
7 participants