Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

3 files
+ 17
49
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -13,7 +13,7 @@ class CssPreRenderSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [
CssPreRenderEvent::EVENT_NAME => ['onCssPreRender', 0],
];
Loading