eugene-matvejev/battleship-game-api

View on GitHub
src/GameBundle/Model/CellModel.php

Summary

Maintainability
A
0 mins
Test Coverage

Line exceeds 120 characters; contains 137 characters
Open

        foreach ((new PathProcessor($cell->getCoordinate()))->getAdjacentCells($cell->getBattlefield(), 4, static::FLAG_SHIP) as $cell) {

There are no issues that match your filters.

Category
Status