This commit is contained in:
nuno maduro
2026-04-21 09:41:19 -07:00
parent 51fc380789
commit e24882c486
15 changed files with 61 additions and 61 deletions

View File

@ -39,7 +39,7 @@ use Symfony\Component\Process\Process;
*
* @internal
*/
final class BaselineSync
final readonly class BaselineSync
{
/**
* Conventional workflow filename teams publish from. Not configurable
@ -63,8 +63,8 @@ final class BaselineSync
private const string COVERAGE_ASSET = Tia::KEY_COVERAGE_CACHE;
public function __construct(
private readonly State $state,
private readonly OutputInterface $output,
private State $state,
private OutputInterface $output,
) {}
/**