fossasia/engelsystem

View on GitHub
includes/controller/user_myshifts_controller.php

Summary

Maintainability
C
1 day
Test Coverage

Showing 2 of 2 total issues

Function user_myshifts has a Cognitive Complexity of 45 (exceeds 5 allowed). Consider refactoring.
Open

function user_myshifts() {
global $LETZTES_AUSTRAGEN;
global $user, $privileges;
$timezone_identifiers = DateTimeZone::listIdentifiers();
$timezone = $user['timezone'];
Severity: Minor
Found in includes/controller/user_myshifts_controller.php - About 6 hrs to fix

Method user_myshifts has 78 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function user_myshifts() {
global $LETZTES_AUSTRAGEN;
global $user, $privileges;
$timezone_identifiers = DateTimeZone::listIdentifiers();
$timezone = $user['timezone'];
Severity: Major
Found in includes/controller/user_myshifts_controller.php - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status