AppStateESS/homestead

View on GitHub
class/Checkin.php

Summary

Maintainability
B
4 hrs
Test Coverage

Checkin has 29 functions (exceeds 20 allowed). Consider refactoring.
Open

class Checkin {

    public $id;
    public $banner_id;
    public $term;
Severity: Minor
Found in class/Checkin.php - About 3 hrs to fix

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

    public function __construct(Student $student, Bed $bed, $term, $checkinBy, $keyCode)
Severity: Minor
Found in class/Checkin.php - About 35 mins to fix

There are no issues that match your filters.

Category
Status