-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
At the moment this isn't supported
class ClassMethods
{
public TenantId $id {
get {
return $this->tenant->id;
}
}
}
We are getting these errors
PSR2.Classes.PropertyDeclaration.Multiple: There must not be more than one property declared per statementPSR2.Classes.PropertyDeclaration.ScopeMissing: Visibility must be declared on property "$this"
I don't know how hard it would be to add support for async properties
Metadata
Metadata
Assignees
Labels
No labels