intraxia/wp-gistpen

View on GitHub
app/Http/SearchController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method repos has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function repos( WP_REST_Request $request ) {
        $args = [ 'with' => [ 'blobs' => [] ] ];

        $search_term = $request->get_param( 's' );

Severity: Minor
Found in app/Http/SearchController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status