Skip to content

Commit f1c9fdf

Browse files
committed
MAGETWO-31578: Implement tool for adding annotations to existing code
- annotations reverted for test files
1 parent aec2089 commit f1c9fdf

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dev/tests/static/testsuite/Magento/Test/Php/Exemplar/CodeStyleTest/phpcs/input/naming/constant/minuscule_letter.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?php
22
define('SOME_CONSTaNT_2_ACT_4_YOU', 42);
33
define("SOME_CONSTaNT_2_ACT_4_YOU", 2783);
4-
/**
5-
* @SuppressWarnings(PHPMD.ConstantNamingConventions)
6-
*/
74
class Magento_Test_Php_Exemplar_CodeStyleTest_phpcs_input_naming_constant_minuscule_letter
85
{
96
const SOME_LONG_CONSTaNT_2_ACT_4_YOU = 1;

dev/tests/static/testsuite/Magento/Test/Php/Exemplar/CodeStyleTest/phpcs/input/naming/method/normal_underscore_start.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?php
22
class Magento_Test_Php_Exemplar_CodeStyleTest_phpcs_input_naming_method_normal_underscore_start
33
{
4-
/**
5-
* @SuppressWarnings(PHPMD.UnusedPrivateMethod)
6-
*/
74
private function _testFunctionPrivate()
85
{
96
}

0 commit comments

Comments
 (0)