wikimedia/mediawiki-extensions-Wikibase

View on GitHub
repo/includes/Validators/UrlSchemeValidators.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function getValidator( $scheme ) {
        switch ( $scheme ) {
            // Schemes with "://", copied from $wgUrlProtocols in MediaWiki's DefaultSettings.php
            case 'ftp':
            case 'ftps':
Severity: Minor
Found in repo/includes/Validators/UrlSchemeValidators.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status