cslant/telegram-git-notifier

View on GitHub
common/helpers.php

Summary

Maintainability
A
1 hr
Test Coverage

Method tgn_singularity has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function tgn_singularity(string $word): string|null
    {
        static $singular_rules = [
            '/(quiz)zes$/i' => '$1',
            '/(matr)ices$/i' => '$1ix',
Severity: Minor
Found in common/helpers.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status