mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
refactor: add readonly
This commit is contained in:
parent
eb2eb0a6eb
commit
4ea7da130e
@ -66,7 +66,7 @@ final class DataCaster
|
||||
/**
|
||||
* Helper object.
|
||||
*/
|
||||
private ?object $helper;
|
||||
private readonly ?object $helper;
|
||||
|
||||
/**
|
||||
* @param array<string, class-string>|null $castHandlers Custom convert handlers
|
||||
|
Loading…
x
Reference in New Issue
Block a user