Skip to content

Commit 3c53d50

Browse files
author
Robert He
committed
MAGETWO-55200: Allowing Web API listing to be public
- suppress phpmd warnings
1 parent 6905d52 commit 3c53d50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
*
2323
* Generate REST API description in a format of JSON document,
2424
* compliant with {@link https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md Swagger specification}
25+
*
26+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
27+
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
2528
*/
2629
class Generator extends AbstractSchemaGenerator
2730
{

0 commit comments

Comments
 (0)