diff --git a/core/modules/number/lib/Drupal/number/Plugin/field/field_type/DecimalItem.php b/core/modules/number/lib/Drupal/number/Plugin/field/field_type/DecimalItem.php
index e7ec27d40b7674f6feb63950ef76e84b3e3d8106..c7bd78a41e28dc218bd54b0cb4670042fde579ac 100644
--- a/core/modules/number/lib/Drupal/number/Plugin/field/field_type/DecimalItem.php
+++ b/core/modules/number/lib/Drupal/number/Plugin/field/field_type/DecimalItem.php
@@ -17,7 +17,6 @@
  *
  * @FieldType(
  *   id = "number_decimal",
- *   module = "number",
  *   label = @Translation("Decimal"),
  *   description = @Translation("This field stores a number in the database in a fixed decimal format."),
  *   settings = {
diff --git a/core/modules/number/lib/Drupal/number/Plugin/field/field_type/FloatItem.php b/core/modules/number/lib/Drupal/number/Plugin/field/field_type/FloatItem.php
index 0cd5e6eeb1aba3ae2a053593632dc488fd28abdf..98bd97cf1ca20ec02d34b5725ccba70f488a0dc1 100644
--- a/core/modules/number/lib/Drupal/number/Plugin/field/field_type/FloatItem.php
+++ b/core/modules/number/lib/Drupal/number/Plugin/field/field_type/FloatItem.php
@@ -16,7 +16,6 @@
  *
  * @FieldType(
  *   id = "number_float",
- *   module = "number",
  *   label = @Translation("Float"),
  *   description = @Translation("This field stores a number in the database in a floating point format."),
  *   instance_settings = {
diff --git a/core/modules/number/lib/Drupal/number/Plugin/field/field_type/IntegerItem.php b/core/modules/number/lib/Drupal/number/Plugin/field/field_type/IntegerItem.php
index 29f0e34b2681f474dc7f1738f1d42b6ab637ef84..3c43df601d0a48dec2361eb3b3550c631db8127d 100644
--- a/core/modules/number/lib/Drupal/number/Plugin/field/field_type/IntegerItem.php
+++ b/core/modules/number/lib/Drupal/number/Plugin/field/field_type/IntegerItem.php
@@ -16,7 +16,6 @@
  *
  * @FieldType(
  *   id = "number_integer",
- *   module = "number",
  *   label = @Translation("Integer"),
  *   description = @Translation("This field stores a number in the database as an integer."),
  *   instance_settings = {