Is there a way to display the description of the variables of a custom model type in the description of the parameters? for example @param Vehicle $vehicle The vehicle's information should have Vehicle { brand (string), model (string), etc... }
Is there a way to display the description of the variables of a custom model type in the description of the parameters?
for example
@param Vehicle $vehicle The vehicle's information
should have
Vehicle {
brand (string),
model (string),
etc...
}