Skip to content

Commit e0dc6a1

Browse files
committed
MQE-2114: Add additional checks to the annotations static check
1 parent 4c216f3 commit e0dc6a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/AnnotationsCheck.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ public function getOutput()
117117
*
118118
* @param TestObject $test
119119
* @return void
120+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
121+
* @SuppressWarnings(PHPMD.NPathComplexity)
120122
*/
121123
private function validateRequiredAnnotations($test)
122124
{

0 commit comments

Comments
 (0)