warlof/seat-migrator

View on GitHub
src/Models/CharacterCalendarEventDetail.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getUpgradeMapping has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getUpgradeMapping(): array
    {
        return [
            'character_calendar_event_details' => [
                'eventID'     => 'event_id',
Severity: Minor
Found in src/Models/CharacterCalendarEventDetail.php - About 1 hr to fix

    Avoid too many return statements within this method.
    Open

            return 'character';
    Severity: Major
    Found in src/Models/CharacterCalendarEventDetail.php - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status