FrankProjects/UltimateWarfare

View on GitHub
src/Controller/Game/MessageController.php

Summary

Maintainability
A
1 hr
Test Coverage

Method newMessage has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function newMessage(Request $request, string $playerName = ''): Response
    {
        $player = $this->getPlayer();

        if ($playerName == '') {
Severity: Minor
Found in src/Controller/Game/MessageController.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status