Current text is done by phpdoc author. It was put on hold but there is a 
plan to form a working group to develop it further.

What's the context of your proposal? Where do you suggest to place @type 
annotations?

On Monday, March 27, 2017 at 9:29:30 PM UTC+3, Clint Priest wrote:
>
> 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 php-fig+unsubscr...@googlegroups.com.
To post to this group, send email to php-fig@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/77d113ff-f4d2-487a-8740-175ce6fe8b1b%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