wikimedia/mediawiki-extensions-Translate

View on GitHub
src/MessageGroupProcessing/ExportTranslatableBundleMaintenanceScript.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct() {
        parent::__construct();
        $this->addDescription(
            'Export a translatable bundle into a file that can then be imported ' .
            'into another wiki using the importTranslatableBundle.php script'

    There are no issues that match your filters.

    Category
    Status