Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Config / UnmetDependenciesException.php
index 6c37c76372058bb4ce20c89c32db919535da63b4..573ec54849a02828ea7035ae5650fab5d252f0a0 100644 (file)
@@ -92,7 +92,7 @@ class UnmetDependenciesException extends ConfigException {
     $message = new FormattableMarkup('Configuration objects provided by %extension have unmet dependencies: %config_names',
       [
         '%config_names' => static::formatConfigObjectList($config_objects),
-        '%extension' => $extension
+        '%extension' => $extension,
       ]
     );
     $e = new static($message);