Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / toolbar.twig
index fa5b6b5ebeef23471a7725d5c3276752ba518c71..29fbe5ffda3fcdbc3b952c9c314ea9ac46f3ed96 100644 (file)
@@ -66,7 +66,7 @@ function {{ machine_name }}_toolbar() {
       '#heading' => t('Shopping cart actions'),
       'shopping_cart' => [
         '#theme' => 'item_list',
-        '#items' => [ /* An item list renderable array */ ],
+        '#items' => [/* An item list renderable array */],
       ],
     ],
     '#weight' => 150,