Bottaajat/cultura

View on GitHub
database/seeds/MaterialsTableSeeder.php

Summary

Maintainability
D
2 days
Test Coverage

Method run has 358 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function run()
    {
        DB::table('materials')->insert([
            ['label' => 'А а',
             'type' => 'sound',
Severity: Major
Found in database/seeds/MaterialsTableSeeder.php - About 1 day to fix

    File MaterialsTableSeeder.php has 367 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    use Illuminate\Database\Seeder;
    use Illuminate\Database\Eloquent\Model;
    
    
    Severity: Minor
    Found in database/seeds/MaterialsTableSeeder.php - About 4 hrs to fix

      There are no issues that match your filters.

      Category
      Status