ehosp/eHOSP-Services-CE

View on GitHub
src/database/seeds/PostsTableSeeder.php

Summary

Maintainability
A
2 hrs
Test Coverage

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

    public function run()
    {
        $post = $this->findPost('lorem-ipsum-post');
        if (!$post->exists) {
            $post->fill([
Severity: Major
Found in src/database/seeds/PostsTableSeeder.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status