wikimedia/mediawiki-core

View on GitHub
includes/watcheditem/NoWriteWatchedItemStore.php

Summary

Maintainability
A
3 hrs
Test Coverage

NoWriteWatchedItemStore has 31 functions (exceeds 20 allowed). Consider refactoring.
Open

class NoWriteWatchedItemStore implements WatchedItemStoreInterface {

    private WatchedItemStoreInterface $actualStore;

    private const DB_READONLY_ERROR = 'The watchlist is currently readonly.';
Severity: Minor
Found in includes/watcheditem/NoWriteWatchedItemStore.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status