Tagged Questions
3
votes
1answer
71 views
phpDocumentor How to document available options for string parameter
I have a public method for a class and I would like to document the available string values that the method can accept. Would this be acceptable:
/**
* Set size of photos
*
* @param string $size can ...