EscolaLMS/Jitsi

View on GitHub
src/Services/JitsiService.php

Summary

Maintainability
A
2 hrs
Test Coverage
A
96%

Method getChannelData has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getChannelData(
        User $user,
        string $channelDisplayName,
        bool $isModerator = false,
        array $configOverwrite = [],
Severity: Major
Found in src/Services/JitsiService.php - About 2 hrs to fix

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

            User $user,
            string $channelDisplayName,
            bool $isModerator = false,
            array $configOverwrite = [],
            $interfaceConfigOverwrite = []
    Severity: Minor
    Found in src/Services/JitsiService.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status