diff --git a/src/Plugin/ApigeeFieldStorageFormat/CSV.php b/src/Plugin/ApigeeFieldStorageFormat/CSV.php index 9d18a9c13..b44f75b15 100644 --- a/src/Plugin/ApigeeFieldStorageFormat/CSV.php +++ b/src/Plugin/ApigeeFieldStorageFormat/CSV.php @@ -49,6 +49,7 @@ * * @see https://github.com/symfony/symfony/issues/27447 */ +// @phpcs:ignore Drupal.NamingConventions.ValidClassName.NoUpperAcronyms class CSV implements FieldStorageFormatInterface { /** diff --git a/src/Plugin/ApigeeFieldStorageFormat/JSON.php b/src/Plugin/ApigeeFieldStorageFormat/JSON.php index a4140569b..eb18b1496 100644 --- a/src/Plugin/ApigeeFieldStorageFormat/JSON.php +++ b/src/Plugin/ApigeeFieldStorageFormat/JSON.php @@ -31,6 +31,7 @@ * weight = 1000, * ) */ +// @phpcs:ignore Drupal.NamingConventions.ValidClassName.NoUpperAcronyms class JSON implements FieldStorageFormatInterface { /**