Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / telephone / src / Plugin / Field / FieldType / TelephoneItem.php
index f2aa1ccddea014424ad1abaa53f422d68c3258c5..17fc9d5e42aca37a9571e8b6ffc33ac3517eadbd 100644 (file)
@@ -67,7 +67,7 @@ class TelephoneItem extends FieldItemBase {
         'Length' => [
           'max' => $max_length,
           'maxMessage' => t('%name: the telephone number may not be longer than @max characters.', ['%name' => $this->getFieldDefinition()->getLabel(), '@max' => $max_length]),
-        ]
+        ],
       ],
     ]);