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
According to the phpdocumentor-Docs@Property is meant to be used for magic properties.
For declared class properties @var is correct.
If Symfony Serializer is used for such data-structures, this becomes more important, since the doc-blocks are used by the serializer to determine the correct types.
The text was updated successfully, but these errors were encountered:
In the generated classes, the properties have a docblock like this attached:
According to the phpdocumentor-Docs @Property is meant to be used for magic properties.
For declared class properties @var is correct.
If Symfony Serializer is used for such data-structures, this becomes more important, since the doc-blocks are used by the serializer to determine the correct types.
The text was updated successfully, but these errors were encountered: