diff --git a/core/lib/Drupal/Core/Config/ConfigEvents.php b/core/lib/Drupal/Core/Config/ConfigEvents.php index dd4c17fb306..839b189f257 100644 --- a/core/lib/Drupal/Core/Config/ConfigEvents.php +++ b/core/lib/Drupal/Core/Config/ConfigEvents.php @@ -10,7 +10,7 @@ namespace Drupal\Core\Config; /** * Defines events for the configuration system. */ -class ConfigEvents { +final class ConfigEvents { /** * Name of event fired when saving the configuration object.