Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Files
2
@@ -48,7 +48,7 @@ class SchemaConfigSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [ConfigEvents::SAVE => 'onConfigSave'];
}
Loading