Skip to content
Snippets Groups Projects
Commit d33fbf25 authored by Andrii Sakhaniuk's avatar Andrii Sakhaniuk
Browse files

Issue #3349388: Twitter username length decreased to 15

parent 20833a69
Branches
Tags
No related merge requests found
...@@ -20,7 +20,7 @@ use Drupal\Core\TypedData\DataDefinition; ...@@ -20,7 +20,7 @@ use Drupal\Core\TypedData\DataDefinition;
*/ */
class TwitterUsername extends FieldItemBase { class TwitterUsername extends FieldItemBase {
const TWITTER_USERNAME_MAX_LENGTH = 16; const TWITTER_USERNAME_MAX_LENGTH = 15;
/** /**
* {@inheritdoc} * {@inheritdoc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment