We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11876ad commit 4ccdf10Copy full SHA for 4ccdf10
stubs/Drupal/datetime/Plugin/Field/FieldType/DateTimeItem.stub
@@ -6,7 +6,7 @@ use Drupal\Core\Field\FieldItemBase;
6
7
/**
8
* @property ?string $value
9
- * @property-read ?\Drupal\Core\Datetime\DrupalDateTime $date
+ * @property ?\Drupal\Core\Datetime\DrupalDateTime $date
10
*/
11
class DateTimeItem extends FieldItemBase implements DateTimeItemInterface {
12
0 commit comments