Skip to content

Commit 169097c

Browse files
committed
MQE-590: Fix PHP Mess Detector Errors
- CR Fixes.
1 parent 596195a commit 169097c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/DataGenerator/Objects/OperationElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function getType()
103103
}
104104

105105
/**
106-
* Getter for required attribute
106+
* Accessor for required attribute
107107
*
108108
* @return bool
109109
*/

src/Magento/FunctionalTestingFramework/Step/Backend/AdminStep.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
/**
1212
* Class AdminStep
1313
* @SuppressWarnings(PHPMD)
14+
* @codingStandardsIgnoreFile
1415
*/
15-
// @codingStandardsIgnoreFile
1616
class AdminStep extends \Magento\FunctionalTestingFramework\AcceptanceTester
1717
{
1818
public static $adminPageTitle = '.page-title';

0 commit comments

Comments
 (0)