for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace LAG\AdminBundle\Grid;
class Cell
{
public function __construct(
public readonly string $template,
public readonly array $context = [],
public readonly mixed $data = null,
) {
}