Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / config / tests / config_events_test / src / EventSubscriber.php
index 98417c02e95ea5c05d895fb3579f8b6388c126c6..0cdc4416c315a88051ec2484f9ec04a2e75d3ee4 100644 (file)
@@ -2,7 +2,6 @@
 
 namespace Drupal\config_events_test;
 
-
 use Drupal\Core\Config\ConfigCrudEvent;
 use Drupal\Core\Config\ConfigEvents;
 use Drupal\Core\State\StateInterface;
@@ -41,7 +40,7 @@ class EventSubscriber implements EventSubscriberInterface {
       'event_name' => $name,
       'current_config_data' => $config->get(),
       'original_config_data' => $config->getOriginal(),
-      'raw_config_data' => $config->getRawData()
+      'raw_config_data' => $config->getRawData(),
     ]);
   }