Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / options / src / Plugin / Field / FieldType / ListItemBase.php
index c7c2b16e9b53acf8399daa040ebe37c2603b75a5..3b29b04b816df05f231d27a933a3da2d859c4356 100644 (file)
@@ -222,7 +222,7 @@ abstract class ListItemBase extends FieldItemBase implements OptionsProviderInte
    * @return string
    *   The error message if the specified value is invalid, NULL otherwise.
    */
-  protected static function validateAllowedValue($option) { }
+  protected static function validateAllowedValue($option) {}
 
   /**
    * Generates a string representation of an array of 'allowed values'.