deprecation removal
This commit is contained in:
@@ -94,12 +94,6 @@ class EnumType
|
||||
|
||||
$value = $entity->get($field);
|
||||
|
||||
// For bc.
|
||||
// @todo Remove in v9.0.
|
||||
if ($value === '') {
|
||||
$value = null;
|
||||
}
|
||||
|
||||
return in_array($value, $optionList);
|
||||
}
|
||||
|
||||
|
||||
@@ -276,12 +276,6 @@ class LinkMultipleType
|
||||
$optionList
|
||||
);
|
||||
|
||||
// For bc.
|
||||
// @todo Remove in v9.0.
|
||||
if ($value === '') {
|
||||
$value = null;
|
||||
}
|
||||
|
||||
return in_array($value, $optionList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user