intraxia/wp-gistpen

View on GitHub
app/Http/Filter/RepoCreate.php

Summary

Maintainability
A
0 mins
Test Coverage

Method rules has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    public function rules() {
        return [
            'description' => [
                'description' => __( 'A description of the Repo.', 'wp-gistpen' ),
                'required'    => true,
Severity: Minor
Found in app/Http/Filter/RepoCreate.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status