diff --git a/src/Annotation/Matcher.php b/src/Annotation/Matcher.php index 349c4342b1862da28811bdcdb6218c9f3430c60b..6892db077d8cb0d13ecc5438d26100e6cb5177b0 100644 --- a/src/Annotation/Matcher.php +++ b/src/Annotation/Matcher.php @@ -28,8 +28,6 @@ class Matcher extends Plugin { /** * The human-readable name of the matcher. * - * The string should be wrapped in a @Translation(). - * * @var \Drupal\Core\Annotation\Translation */ public $label; diff --git a/src/Form/Profile/AddForm.php b/src/Form/Profile/AddForm.php index 10d8105818f8cee8d05f4101d5ffb8fe7f652a85..eab67d9167027133f213e98474d36290ac241b3c 100644 --- a/src/Form/Profile/AddForm.php +++ b/src/Form/Profile/AddForm.php @@ -7,7 +7,7 @@ use Drupal\Core\Form\FormStateInterface; /** * Controller for profile addition forms. * - * @see \Drupal\linkit\Profile\FormBase + * @see \Drupal\linkit\Form\Profile\FormBase */ class AddForm extends FormBase { diff --git a/src/Form/Profile/EditForm.php b/src/Form/Profile/EditForm.php index e3e4dfae9f850e3a1aabad865a3a7f81554b9fd9..6a2784de7259f0c4246d6eb5207e0cfd5c2cdf04 100644 --- a/src/Form/Profile/EditForm.php +++ b/src/Form/Profile/EditForm.php @@ -7,7 +7,7 @@ use Drupal\Core\Form\FormStateInterface; /** * Provides an edit form for profile. * - * @see \Drupal\linkit\Profile\FormBase + * @see \Drupal\linkit\Form\Profile\FormBase */ class EditForm extends FormBase {