We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6905d52 commit 3c53d50Copy full SHA for 3c53d50
app/code/Magento/Webapi/Model/Rest/Swagger/Generator.php
@@ -22,6 +22,9 @@
22
*
23
* Generate REST API description in a format of JSON document,
24
* 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)
28
*/
29
class Generator extends AbstractSchemaGenerator
30
{
0 commit comments