intraxia/wp-gistpen

View on GitHub
app/View/Translations.php

Summary

Maintainability
A
0 mins
Test Coverage

Method __construct has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    public function __construct() {
        $this->translations = array(
            'editor.commits'     => __( 'View Commits', 'wp-gistpen' ),
            'editor.shortcode'   => __( 'Copy shortcode', 'wp-gistpen' ),
            'editor.delete'      => __( 'Delete', 'wp-gistpen' ),
Severity: Minor
Found in app/View/Translations.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status