wikimedia/mediawiki-core

View on GitHub
includes/libs/objectcache/CachedBagOStuff.php

Summary

Maintainability
A
1 hr
Test Coverage

Method incrWithInit has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function incrWithInit( $key, $exptime, $step = 1, $init = null, $flags = 0 ) {
Severity: Minor
Found in includes/libs/objectcache/CachedBagOStuff.php - About 35 mins to fix

    Method merge has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function merge( $key, callable $callback, $exptime = 0, $attempts = 10, $flags = 0 ) {
    Severity: Minor
    Found in includes/libs/objectcache/CachedBagOStuff.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status