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.
2 parents 6cba2e5 + 82b743f commit 7f840efCopy full SHA for 7f840ef
2 files changed
tests/integration/data/PHP84/PropertyHook.php
@@ -8,7 +8,7 @@ class PropertyHook
8
9
/** @var string this is my property */
10
#[Property(new DateTimeImmutable())]
11
- public string $example = 'default value' {
+ public string $example {
12
/** Not sure this works, but it gets */
13
#[Getter(new DateTimeImmutable())]
14
get {
tests/integration/data/PHP84/PropertyHookAsymmetric.php
- public private(set) string $example = 'default value' {
+ public private(set) string $example {
if ($this->modified) {
return $this->foo . ' (modified)';
0 commit comments