Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Field / Plugin / Field / FieldWidget / OptionsWidgetBase.php
index bb773cdeabfc2266f8e17199babd0d34cd9a254d..a559d9e870b34c2c5c3bc9b801f9e8717e60c078 100644 (file)
@@ -193,6 +193,6 @@ abstract class OptionsWidgetBase extends WidgetBase {
    * @return string|null
    *   Either a label of the empty option, or NULL.
    */
-  protected function getEmptyLabel() { }
+  protected function getEmptyLabel() {}
 
 }