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 858efb1 commit 5f17af6Copy full SHA for 5f17af6
src/com/magento/idea/magento2plugin/actions/generation/dialog/NewInterfaceForServiceDialog.java
@@ -231,6 +231,7 @@ private WebApiInterfaceData getDialogDataObject() {
231
/**
232
* Open service methods chooser.
233
*/
234
+ @SuppressWarnings("PMD.AvoidInstantiatingObjectsInLoops")
235
private void openMethodChooser() {
236
final List<PhpNamedElementNode> methodsNodes = new LinkedList<>();
237
0 commit comments