We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8e8af commit 777ebfcCopy full SHA for 777ebfc
src/Plugin/ApigeeFieldStorageFormat/CSV.php
@@ -49,6 +49,7 @@
49
*
50
* @see https://github.com/symfony/symfony/issues/27447
51
*/
52
+// @phpcs:ignore Drupal.NamingConventions.ValidClassName.NoUpperAcronyms
53
class CSV implements FieldStorageFormatInterface {
54
55
/**
src/Plugin/ApigeeFieldStorageFormat/JSON.php
@@ -31,6 +31,7 @@
31
* weight = 1000,
32
* )
33
34
35
class JSON implements FieldStorageFormatInterface {
36
37
0 commit comments