Commit 07db0c7b authored by John Voskuilen's avatar John Voskuilen
Browse files

Issue #3219111: Clean code - WebformElement

parent 1bb9816d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ class WebformOfficeHours extends WebformCompositeBase {
    // Add afterbuild to fix 'Limited to 1' setting.
    if (isset($form['element']['multiple'])) {
      $form['element']['multiple']['#after_build'] = [
        [static::class, 'afterBuild']
        [static::class, 'afterBuild'],
      ];
    }