Skip to content

Commit 8dd8768

Browse files
author
al.kravchuk
committed
#24626: Webapi Swager schema generation fail in case when Get endpoint has param with Extension Attributes [Case#2].
Try to fix static tests.
1 parent 9bbbf04 commit 8dd8768

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ class Generator extends AbstractSchemaGenerator
3838
*/
3939
const UNAUTHORIZED_DESCRIPTION = '401 Unauthorized';
4040

41-
/** Array signifier */
41+
/**
42+
* Array signifier
43+
*/
4244
const ARRAY_SIGNIFIER = '[0]';
4345

4446
/**

0 commit comments

Comments
 (0)