dandico23/DjampMVC

View on GitHub
App.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct()
    {
        //sessão é obrigatória para mensagens flash
        if (!isset($_SESSION)) {
            session_start();
Severity: Minor
Found in App.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status