Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Files
18
<?php declare(strict_types = 1);
<?php
declare(strict_types=1);
namespace Drupal\jsonapi_user_resources\EventSubscriber;
@@ -15,7 +17,7 @@ final class PasswordResetSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [
UserResourcesEvents::PASSWORD_RESET => 'onPasswordReset',
];
Loading