It's a typo, basically:
* Usage example:
* @code
* $form['homepage'] = array(
* '#type' => 'url',
* '#title' => t('Home Page'),
* '#size' => 30,
* ...
* );
* @end_code
*
* @see \Drupal\Core\Render\Element\Textfield
*
* @FormElement("url")Found during class loading analysis here: https://www.drupal.org/node/1818628#comment-10218335#1818628: Use Composer's optimized ClassLoader for Core/Component classes
Beta phase evaluation
| Issue category | Bug because documentation errors are bugs. |
|---|---|
| Issue priority | Normal because it's not that big a deal. |
| Unfrozen changes | Unfrozen documentation improvement. |