Skip to content

Commit

Permalink
Tag missing internals
Browse files Browse the repository at this point in the history
  • Loading branch information
ogizanagi committed Nov 25, 2016
1 parent 30d161c commit 97e94b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php
Expand Up @@ -155,11 +155,11 @@ public function setValue($value)
/**
* Adds a choice to the current ones.
*
* This method should only be used internally.
*
* @param \DOMElement $node
*
* @throws \LogicException When choice provided is not multiple nor radio
*
* @internal
*/
public function addChoice(\DOMElement $node)
{
Expand Down
4 changes: 2 additions & 2 deletions src/Symfony/Component/Form/Util/OrderedHashMapIterator.php
Expand Up @@ -14,9 +14,9 @@
/**
* Iterator for {@link OrderedHashMap} objects.
*
* This class is internal and should not be used.
*
* @author Bernhard Schussek <bschussek@gmail.com>
*
* @internal
*/
class OrderedHashMapIterator implements \Iterator
{
Expand Down
Expand Up @@ -12,9 +12,9 @@
namespace Symfony\Component\Security\Core\Authentication\RememberMe;

/**
* This class is only used by PersistentTokenRememberMeServices internally.
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*
* @internal
*/
final class PersistentToken implements PersistentTokenInterface
{
Expand Down

0 comments on commit 97e94b4

Please sign in to comment.