Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

2 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -23,7 +23,7 @@ class ConfigSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [
ConfigEvents::SAVE => 'configAltered',
ConfigEvents::DELETE => 'configAltered',
Loading