chore: style

This commit is contained in:
Nuno Maduro
2025-07-26 07:34:19 -06:00
parent 55218bcf78
commit 127ad618d3

View File

@ -19,8 +19,8 @@ final class SnapshotRepository
* Creates a snapshot repository instance. * Creates a snapshot repository instance.
*/ */
public function __construct( public function __construct(
readonly private string $testsPath, private readonly string $testsPath,
readonly private string $snapshotsPath, private readonly string $snapshotsPath,
) {} ) {}
/** /**