guilhermeslk/laravel-realtime-chat

View on GitHub
app/controllers/MessageController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method store has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function store() {

        $rules     = array('body' => 'required');
        $validator = Validator::make(Input::all(), $rules);

Severity: Minor
Found in app/controllers/MessageController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status