Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / text / src / Plugin / Field / FieldType / TextItem.php
index 447a0b180d5b2592d4f6b5ff722c5127bfc77259..dcee58346d1a18f8397ddbf7e05155bc58bf119d 100644 (file)
@@ -62,7 +62,7 @@ class TextItem extends TextItemBase {
           'Length' => [
             'max' => $max_length,
             'maxMessage' => t('%name: the text may not be longer than @max characters.', ['%name' => $this->getFieldDefinition()->getLabel(), '@max' => $max_length]),
-          ]
+          ],
         ],
       ]);
     }