Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / workflows / src / WorkflowListBuilder.php
index c36171aa6e8422c4153bce7c2c2fd7e139cc6fee..a85ef659fb253eb494d966375f15f3e8d9e0368e 100644 (file)
@@ -73,7 +73,7 @@ class WorkflowListBuilder extends ConfigEntityListBuilder {
     $row['label'] = $entity->label();
 
     $row['type']['data'] = [
-      '#markup' => $entity->getTypePlugin()->label()
+      '#markup' => $entity->getTypePlugin()->label(),
     ];
 
     $items = array_map([State::class, 'labelCallback'], $entity->getTypePlugin()->getStates());