Fix ECS formatting violations

This commit is contained in:
Bernard Ngandu
2025-10-10 16:30:14 +02:00
parent c24109d465
commit e62098d2c4
10 changed files with 29 additions and 29 deletions
@@ -8,7 +8,9 @@ use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Attribute\WithHttpStatus;
use function sprintf;
#[WithHttpStatus(Response::HTTP_UNPROCESSABLE_ENTITY, headers: ['x-error-code' => 'point_too_far'])]
#[WithHttpStatus(Response::HTTP_UNPROCESSABLE_ENTITY, headers: [
'x-error-code' => 'point_too_far',
])]
final class PointTooFarException extends \RuntimeException
{
public function __construct(float $maximumDistanceKm)