Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,7 @@ class SocialAuthSubscriber implements EventSubscriberInterface {
* For this case, we are going to subscribe for user creation and login
* events and call the methods to react on these events.
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events[SocialAuthEvents::USER_CREATED] = ['onUserCreated'];
return $events;
Loading