Skip to content

Commit e7d96c8

Browse files
committed
Fix syntax error in test PropertyHook
1 parent 6cba2e5 commit e7d96c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/data/PHP84/PropertyHookAsymmetric.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class PropertyHook
88

99
/** @var string this is my property */
1010
#[Property(new DateTimeImmutable())]
11-
public private(set) string $example = 'default value' {
11+
public private(set) string $example {
1212
get {
1313
if ($this->modified) {
1414
return $this->foo . ' (modified)';

0 commit comments

Comments
 (0)