There are many problems with the coding standard in the module that need to be fixed. In file webform/src/Annotation/WebformElement.php

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

saesa created an issue. See original summary.

saesa’s picture

saesa’s picture

Status: Active » Needs review
jrockowitz’s picture

Status: Needs review » Closed (won't fix)

Your patch does not follow Drupal's coding standards. I recommend looking at the Drupal Coder project

Some examples...

  • TRUE|FALSE is used instead of true|false
  • @file is no longer used in classes and plugins only PHP files (*.module, *.install, *.inc, etc...)

Also, please try to more positive when creating tickets.