diff options
author | catch <catch@35733.no-reply.drupal.org> | 2021-05-17 20:22:22 +0100 |
---|---|---|
committer | catch <catch@35733.no-reply.drupal.org> | 2021-05-17 20:22:22 +0100 |
commit | 6802ea335576ca4d249509ea2ffc97b03154a79a (patch) | |
tree | d8ef631e2b46c69bb945b498e4880001c1c25801 /core/tests/fixtures/empty_file.php.module | |
parent | 13c5855165f0cac1fd2ba4141afe3488ab97f5dc (diff) | |
download | drupal-6802ea335576ca4d249509ea2ffc97b03154a79a.tar.gz drupal-6802ea335576ca4d249509ea2ffc97b03154a79a.zip |
Issue #3207968 by quietone, longwave, Spokje: Replace @codingStandards comments with phpcs: comments
Diffstat (limited to 'core/tests/fixtures/empty_file.php.module')
-rw-r--r-- | core/tests/fixtures/empty_file.php.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/fixtures/empty_file.php.module b/core/tests/fixtures/empty_file.php.module index 1125d47a5f44..5d6937866389 100644 --- a/core/tests/fixtures/empty_file.php.module +++ b/core/tests/fixtures/empty_file.php.module @@ -1,2 +1,2 @@ <?php -// @codingStandardsIgnoreFile +// phpcs:ignoreFile |