ehosp/eHOSP-Services-CE

View on GitHub
src/app/Console/Commands/NewBlogPost.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method handle has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function handle()
    {
        $originalTile = $this->ask('Please give a title to the post:');
        $author = $this->ask('Please specify the author:');
        $image = $image_alt = "";
Severity: Minor
Found in src/app/Console/Commands/NewBlogPost.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status