Starbugstone/SnowTricks

View on GitHub
src/EventSubscriber/User/UserAccountSubscriber.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getSubscribedEvents has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function getSubscribedEvents()
    {
        return [
            UserRegisteredEvent::NAME => [
                ['setPassword', 50],
Severity: Minor
Found in src/EventSubscriber/User/UserAccountSubscriber.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status