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
{{ message }}
This repository was archived by the owner on Jun 9, 2019. It is now read-only.
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...
}