8000 minor #20500 Tag the FormFieldRegistry as being internal (stof) · symfony/symfony@6648615 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6648615

Browse files
committed
minor #20500 Tag the FormFieldRegistry as being internal (stof)
This PR was merged into the 2.7 branch. Discussion ---------- Tag the FormFieldRegistry as being internal | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a The phpdoc already describes it as being internal (since it was introduced). This adds the proper tag to mark it as internal in our standard way. Commits ------- 0801f97 Tag the FormFieldRegistry as being internal
2 parents edf5d71 + 0801f97 commit 6648615

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/DomCrawler/FormFieldRegistry.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
/**
1717
* This is an internal class that must not be used directly.
18+
*
19+
* @internal
1820
*/
1921
class FormFieldRegistry
2022
{

0 commit comments

Comments
 (0)
0