Skip to content
Snippets Groups Projects

Issue #3206976 by jrb, owenbush: If language for content is set to "und",...

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -28,7 +28,7 @@ class FieldInheritanceFactory extends FieldItemList {
*
* @see \Drupal\Core\TypedData\TypedDataManager::create()
*/
public function __construct(BaseFieldDefinition $definition, $name = NULL, TypedDataInterface $parent = NULL) {
public function __construct(BaseFieldDefinition $definition, $name = NULL, ?TypedDataInterface $parent = NULL) {
parent::__construct($definition, $name, $parent);
if ($this->getSetting('plugin') === NULL) {
Loading