We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cba2e5 commit e7d96c8Copy full SHA for e7d96c8
1 file changed
tests/integration/data/PHP84/PropertyHookAsymmetric.php
@@ -8,7 +8,7 @@ class PropertyHook
8
9
/** @var string this is my property */
10
#[Property(new DateTimeImmutable())]
11
- public private(set) string $example = 'default value' {
+ public private(set) string $example {
12
get {
13
if ($this->modified) {
14
return $this->foo . ' (modified)';
0 commit comments