What is the status of PSR-5, I know its in Draft "Status," but is it being 
actively worked on or is it dead?

How does it relate to the phpdoc.org site?  

*Suggestion:*
@type or @alias - Would be used to group alternatives together into a 
shortened name:

*Currently Required:*

/**
 * @var mySuppressionListStrategy|myDeliveryListStrategy $objStrategy
 */

Is quite verbose, I would propose

*Alternative using @type*
/** 
 * @type myListStrategies  mySuppressionListStrategy|myDeliveryListStrategy
 */

/**
 * @var myListStrategies $objStrategy
 */

Thanks,

-Clint

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/f8879041-b4fd-47bc-8280-16ae3f4e0705%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Status of PSR... Clint Priest
    • Re: Stat... 'Alexander Makarov' via PHP Framework Interoperability Group

Reply via email to