Skip to content
Snippets Groups Projects
Commit 15eaff39 authored by Tim Plunkett's avatar Tim Plunkett
Browse files

Remove trailing commas from annotations.

parent b526df29
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -19,7 +19,7 @@
/**
* @Plugin(
* plugin_id = "fixed",
* title = @Translation("Fixed"),
* title = @Translation("Fixed")
* )
*/
class Fixed extends ArgumentDefaultPluginBase {
......
......@@ -19,7 +19,7 @@
/**
* @Plugin(
* plugin_id = "numeric",
* title = @Translation("Numeric"),
* title = @Translation("Numeric")
* )
*/
class Numeric extends ArgumentValidatorPluginBase {
......
......@@ -19,7 +19,7 @@
/**
* @Plugin(
* plugin_id = "php",
* title = @Translation("PHP Code"),
* title = @Translation("PHP Code")
* )
*/
class Php extends ArgumentValidatorPluginBase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment