Jagepard/Rudra-Framework

View on GitHub
app/Ship/Command/CreateSeedCommand.php

Summary

Maintainability
A
1 hr
Test Coverage

Method createClass has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function createClass(string $className, string $table, string $namespace, bool $multiline = false): string
    {
        if ($multiline) {
            return <<<EOT
<?php
Severity: Minor
Found in app/Ship/Command/CreateSeedCommand.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status