guilhermeslk/laravel-realtime-chat

View on GitHub
app/controllers/ConversationController.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function store() 
    {

        $rules = array(
            'users' => 'required|array',
Severity: Minor
Found in app/controllers/ConversationController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status