Skip to content

Commit 777ebfc

Browse files
authored
Fixes for Naming Convention ValidClassName.NoUpperAcronyms PHPCS (#1107)
1 parent 6f8e8af commit 777ebfc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Plugin/ApigeeFieldStorageFormat/CSV.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
*
5050
* @see https://github.com/symfony/symfony/issues/27447
5151
*/
52+
// @phpcs:ignore Drupal.NamingConventions.ValidClassName.NoUpperAcronyms
5253
class CSV implements FieldStorageFormatInterface {
5354

5455
/**

src/Plugin/ApigeeFieldStorageFormat/JSON.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* weight = 1000,
3232
* )
3333
*/
34+
// @phpcs:ignore Drupal.NamingConventions.ValidClassName.NoUpperAcronyms
3435
class JSON implements FieldStorageFormatInterface {
3536

3637
/**

0 commit comments

Comments
 (0)