Skip to content
Snippets Groups Projects
Commit 952b84d3 authored by spokje's avatar spokje
Browse files

Nope

parent a67a08fa
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ public function fieldSettingsForm(array $form, FormStateInterface $form_state) {
* {@inheritdoc}
*/
public function isEmpty() {
return empty($this->getValue()) && (string) $this->getValue() !== '0';
return empty($this->value) && (string) $this->value !== '0';
}
/**
......
......@@ -738,6 +738,11 @@ parameters:
count: 1
path: lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
-
message: "#^Access to an undefined property Drupal\\\\Core\\\\Field\\\\Plugin\\\\Field\\\\FieldType\\\\NumericItemBase\\:\\:\\$value\\.$#"
count: 1
path: lib/Drupal/Core/Field/Plugin/Field/FieldType/NumericItemBase.php
-
message: "#^Method Drupal\\\\Core\\\\FileTransfer\\\\FileTransfer\\:\\:__get\\(\\) should return bool\\|string but return statement is missing\\.$#"
count: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment