Commit 6b67e6b3 authored by mark burdett's avatar mark burdett Committed by Jonathan Sacksick
Browse files

Issue #3315511 by mfb: phpcs endless loop due to missing @endcode.

parent d97abf9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ use Drupal\Core\Render\Element\FormElement;
 *   '#multiple' => TRUE,
 * ];
 *
 * @end
 * @endcode
 *
 * @FormElement("commerce_entity_select")
 */