Skip to content

Commit c6f659d

Browse files
committed
cs fix
1 parent 26e1c18 commit c6f659d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Application/JsonSchema.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
namespace Butschster\ContextGenerator\Application;
66

7-
final readonly class JsonSchema {
7+
final readonly class JsonSchema
8+
{
89
/**
910
* The URL where the JSON schema is hosted
1011
*/

src/Config/Registry/ConfigRegistry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ final class ConfigRegistry implements \JsonSerializable
1313
private array $registries = [];
1414

1515
public function __construct(
16-
private ?string $schema = null,
16+
private readonly ?string $schema = null,
1717
) {}
1818

1919
/**

0 commit comments

Comments
 (0)