wikimedia/mediawiki-extensions-MobileFrontend

View on GitHub
includes/Devices/UADeviceDetector.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method detectMobileDevice has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function detectMobileDevice( $userAgent ) {
        $patterns = [
            'mobi',
            '240x240',
            '240x320',
Severity: Major
Found in includes/Devices/UADeviceDetector.php - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status