Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -14,7 +14,7 @@ class ReferenceablePluginTypesSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events[ConditionsEvents::REFERENCEABLE_PLUGIN_TYPES][] = ['onPluginTypes'];
return $events;
}
Loading