Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / plugin_test / src / Plugin / plugin_test / mock_block / MockMenuBlockDeriver.php
index d5f6d6c2937e596651466ae30b49142f7a5cc542..b8aedac36a50e22b38e31fad479936035e52c9c9 100644 (file)
@@ -45,7 +45,7 @@ class MockMenuBlockDeriver implements DeriverInterface {
         // Instead of the derivative label, the specific label will be used.
         'label' => t('Derivative label'),
         // This setting will be merged in.
-         'setting' => 'default'
+         'setting' => 'default',
       ] + $base_plugin_definition,
     ];