8000 minor #20626 Tag missing internals (ogizanagi) · src-run/symfony@7b33c09 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b33c09

Browse files
minor symfony#20626 Tag missing internals (ogizanagi)
This PR was merged into the 2.7 branch. Discussion ---------- Tag missing internals | 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 Commits ------- 97e94b4 Tag missing internals
2 parents e62a390 + 97e94b4 commit 7b33c09

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ public function setValue($value)
155155
/**
156156
* Adds a choice to the current ones.
157157
*
158-
* This method should only be used internally.
159-
*
160158
* @param \DOMElement $node
161159
*
162160
* @throws \LogicException When choice provided is not multiple nor radio
161+
*
162+
* @internal
163163
*/
164164
public function addChoice(\DOMElement $node)
165165
{

src/Symfony/Component/Form/Util/OrderedHashMapIterator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
/**
1515
* Iterator for {@link OrderedHashMap} objects.
1616
*
17-
* This class is internal and should not be used.
18-
*
1917
* @author Bernhard Schussek <bschussek@gmail.com>
18+
*
19+
* @internal
2020
*/
2121
class OrderedHashMapIterator implements \Iterator
2222
{

src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
namespace Symfony\Component\Security\Core\Authentication\RememberMe;
1313

1414
/**
15-
* This class is only used by PersistentTokenRememberMeServices internally.
16-
*
1715
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
16+
*
17+
* @internal
1818
*/
1919
final class PersistentToken implements PersistentTokenInterface
2020
{

0 commit comments

Comments
 (0)
0