Skip to content
Snippets Groups Projects
Commit 4be9410d authored by Andy Hebrank's avatar Andy Hebrank
Browse files

Issue #3428553: Automated Drupal 11 compatibility fixes for config_patch

parent 78eaf314
No related branches found
No related tags found
No related merge requests found
name: 'Config Patch' name: 'Config Patch'
type: module type: module
description: 'Create patches from configuration diffs' description: 'Create patches from configuration diffs'
core_version_requirement: ^9 || ^10 core_version_requirement: ^10 || ^11
package: 'Config' package: 'Config'
configure: config_patch.settings configure: config_patch.settings
...@@ -41,7 +41,7 @@ class ConfigSubscriber implements EventSubscriberInterface { ...@@ -41,7 +41,7 @@ class ConfigSubscriber implements EventSubscriberInterface {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public static function getSubscribedEvents() { public static function getSubscribedEvents(): array {
return [ return [
ConfigEvents::DELETE => 'onConfigChange', ConfigEvents::DELETE => 'onConfigChange',
ConfigEvents::SAVE => 'onConfigChange', ConfigEvents::SAVE => 'onConfigChange',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment