File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
stubs/Drupal/datetime_range/Plugin/Field/FieldType Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ namespace Drupal\datetime_range\Plugin\Field\FieldType;
5
5
use Drupal\datetime\Plugin\Field\FieldType\DateTimeItem;
6
6
7
7
/**
8
- * @property-read null $date
8
+ * @property null $date
9
9
* Even though this extends DateTimeItem, the date property does not actually
10
10
* exist. It is not possible to undo a property definition.
11
- * @property-read ?\Drupal\Core\Datetime\DrupalDateTime $start_date
11
+ * @property ?\Drupal\Core\Datetime\DrupalDateTime $start_date
12
12
* @property ?string $end_value
13
- * @property-read ?\Drupal\Core\Datetime\DrupalDateTime $end_date
13
+ * @property ?\Drupal\Core\Datetime\DrupalDateTime $end_date
14
14
*/
15
15
class DateRangeItem extends DateTimeItem {
16
16
You can’t perform that action at this time.
0 commit comments