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 e9d2197 commit cdf2127Copy full SHA for cdf2127
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 {
0 commit comments