20250427#1

This commit is contained in:
User
2025-04-27 01:31:26 +03:00
parent 91af1ea14f
commit 335c4d240c
5 changed files with 26 additions and 11 deletions

View File

@@ -8,8 +8,8 @@ use Attribute;
class ValueObject {
public function __construct(
public bool $autoPropertyName = false,
public ?string $propertyName = null,
public bool $firstProperty = false
) {}
}