Skip to content

Commit 4ea7da1

Browse files
committed
refactor: add readonly
1 parent eb2eb0a commit 4ea7da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/DataCaster/DataCaster.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ final class DataCaster
6666
/**
6767
* Helper object.
6868
*/
69-
private ?object $helper;
69+
private readonly ?object $helper;
7070

7171
/**
7272
* @param array<string, class-string>|null $castHandlers Custom convert handlers

0 commit comments

Comments
 (0)