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
Branches
Tags
No related merge requests found
name: 'Config Patch'
type: module
description: 'Create patches from configuration diffs'
core_version_requirement: ^9 || ^10
core_version_requirement: ^10 || ^11
package: 'Config'
configure: config_patch.settings
......@@ -41,7 +41,7 @@ class ConfigSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [
ConfigEvents::DELETE => '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