Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

5 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -13,7 +13,7 @@ class EntityWorkflowWorkspaceEventSubscriber implements EventSubscriberInterface
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events = [
// We need a higher priority than
// \Drupal\entity_workflow\EventSubscriber\EntityWorkflowEventSubscriber
Loading