You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class AnEntity
{
/**garbage * @var int */protected$id;
}
Currently the message says "Property AnEntity::$id of type mixed. Either add @var, or @transient annotation." The user is confused, because there is @var annotation. The problem is caused by PHP not recognizing comment as doc comment. Error message should warn that there is no doc comment.
The text was updated successfully, but these errors were encountered:
Currently the message says "Property AnEntity::$id of type mixed. Either add @var, or @transient annotation." The user is confused, because there is
@var
annotation. The problem is caused by PHP not recognizing comment as doc comment. Error message should warn that there is no doc comment.The text was updated successfully, but these errors were encountered: