phptools Thank you for the question.
This message is triggered when the property will be handled with the magic __get function AND the property is not documented using @property annotation WHILE other magic properties are annotated with @property.
This usually means, that the property is forgotten/undocumented/maybe unintended.
We'll add this into the documentation.