AppStateESS/homestead

View on GitHub
class/AddRoomView.php

Summary

Maintainability
A
2 hrs
Test Coverage

Method show has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function show()
    {
        $tpl = array();
        $tpl['HALL_NAME']           = $this->hall->getLink();
        $tpl['FLOOR_NUMBER_LINK']   = $this->floor->getLink('Floor');
Severity: Major
Found in class/AddRoomView.php - About 2 hrs to fix

There are no issues that match your filters.

Category
Status