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 b3bcb46 commit 2e39643Copy full SHA for 2e39643
src/com/magento/idea/magento2plugin/actions/generation/dialog/NewMessageQueueDialog.java
@@ -63,8 +63,8 @@ public class NewMessageQueueDialog extends AbstractDialog {
63
64
@FieldValidation(rule = RuleRegistry.NOT_EMPTY,
65
message = {NotEmptyRule.MESSAGE, HANDLER_TYPE})
66
- @FieldValidation(rule = RuleRegistry.PHP_NAMESPACE_NAME,
67
- message = {PhpNamespaceNameRule.MESSAGE, HANDLER_TYPE})
+ @FieldValidation(rule = RuleRegistry.PHP_CLASS,
+ message = {PhpClassRule.MESSAGE, HANDLER_TYPE})
68
private JTextField handlerType;
69
70
0 commit comments